.page-9ez-wrap {
  background: #f7f7f7;
  background: url('../img/9ez_texture.jpg') top center;
}

.page-9ez-wrap .region-content,
.page-9ez-wrap h2,
.page-9ez-wrap h3,
.page-9ez-wrap p {
  font-family: inherit;
}

.page-9ez-wrap .region-content .btn {
  font-weight: 400;
  font-size: 18px;
  font-family: inherit;
  padding: 13px 25px;
}

.page-9ez-wrap .img-responsive {
  display: inline-block;
}

.page-9ez-wrap .breadcrumb-container,
.page-9ez-wrap .sidebar-right {
  display: none;
}

.ez-gun-wrapper,
.ez-youtube-container,
.ez-gun-details,
.ez-guns-list {
  //background: #ececec;
}

.ez-gun-wrapper > .container {
  min-height: 400px;
  position: relative;
  display: flex;
  align-items: center;
}

.ez-gun-image {
  position: absolute;
  right: 0;
  top: -60px;
}

.ez-gun-image img {
  display: inline-block;
}

.ez-gun-description {
  color: #000000;
  font-size: 16px;
  font-weight: 600;
  width: 70%;
}

.easy-to-wrapper {
  padding-bottom: 80px;
  position: relative;
}

.easy-to-9ez-img {
  text-align: center;
}

.easy-to-description h2 {
  font-size: 150px;
  text-align: center;
  font-weight: 400;
  color: #231f20;
}

.easy-to-description h3,
.easy-to-description p {
  color: #231f20;
}

.easy-to-description h3 {
  font-size: 22px;
}

.easy-to-description p {
  font-size: 20px;
}

.ez-youtube-container {
  text-align: center;
  padding-bottom: 50px;
}

.ez-youtube-container iframe {
  margin-top: -35px;
  width: 100%;
}

.ez-guns-list {
  padding: 80px 0;
}

.ez-guns-list > .container > .row {
  margin-bottom: 60px;
}

.ez-guns-list > .container > .row:last-child {
  margin-bottom: 0px;
}

.ez-guns-list_img {
  margin-bottom: 60px;
}

.ez-guns-list h2,
.ez-guns-list h3 {
  color: rgba(0,0,0,.7);
}

.ez-guns-list h2 {
  margin-bottom: 10px;
}

.ez-guns-list h3 {
  font-size: 18px;
  font-weight: 600;
  margin-top: 0;
}

.easy-to-pack {
  padding-bottom: 10px;
  padding-top: 40px;
}

.easy-to-pack .easy-to-9ez-img {
  top: inherit;
  bottom: 30px;
  right: 0;
}

.easy-to-pack .easy-to-description {
  text-align: right;
}

.easy-to-img {
  z-index: 999;
    position: relative;
}

.easy-to-img .media {
  overflow: hidden;
}

.easy-to-img .media img {
  transition: .3s;
}

.easy-to-img .media:hover img {
  transform: scale(1.2);
}

@media(min-width: 1360px) {
.easy-to-description h2 {
  white-space: nowrap;
}
}
@media(min-width: 990px) {
  .easy-to-img {
      width: 64%;
      overflow: hidden;
  }
  .easy-to-9ez-img {
      position: absolute;
      top: 30px;
      right: 50px;
      margin: 0 auto;
      left: 0;
      text-align: right;
      padding-right: 50px;
  }
  .ez-youtube-container iframe {
      width: 960px;
  }
}

@media (max-width: 1600px) {
  .easy-to-9ez-img img {
      width: 160px;
  }
}

@media (max-width: 767px) {
  .ez-youtube-container iframe {
      height: 280px;
  }
  .easy-to-description h2 {
      font-size: 70px;
  }
  .ez-guns-list .ez-guns-list__details {
      margin-bottom: 35px;
  }
  .ez-gun-wrapper .ez-gun-image {
    top: -30px;
  }
.ez-gun-wrapper .ez-gun-image img {
    width: 270px;
  }
}
footer.page-footer .footer-social ul.menu li {
  background-color: #100f0d;
}
footer.page-footer .footer-social ul.menu li:hover {
  background-color: rgba(16, 15, 13, .6);
}
