.disguiseMain {
  margin: 0 auto;
  width: 100%;
}

.novaMain-content {
  text-align: center;
}

.products_title h2 {
  margin: 3% auto;
  line-height: 2;
}

.products_title h2:after {
  content: "";
  height: 1px;
  width: 20%;
  background: #fff;
  display: block;
  margin: auto;
}

.fs-3p5 {
  font-size: 3.5rem;
}

.padding-2 {
  padding: 2% 0;
}

.mb-3 {
  margin-bottom: 3%!important;
}

.moreText_disguise {
  width: 145px;
  width: 170px;
  padding-left: 15px;
  -webkit-transition: all ease .3s;
  transition: all ease .3s;
}

.moreText_disguise:hover {
  -webkit-transform: translateX(7px);
  transform: translateX(7px);
  color: #fff;
}

.pageTitle.product-title.disguise__pageTitle {
  background:url(../img/products/disguise/disguise_bg_top.png) no-repeat center center;
  background-size: contain;
}
.disguise-img {
  border: 1px solid #fff;
  border-radius: 10px;
  width: 100%;
  height: 100%;
  min-height: 350px;
  margin: auto;
  padding: 5%;
}
.disguise-img img {
  width: 100%;
  max-width: 360px;
}
.disguise-img:hover {
  background-color: rgba(255, 255, 255, 0.1);
}

@media (min-width: 992px) {
  .products__logo-w.disguise__logo {
      max-width: 330px;
  }
}

@media (min-width: 1200px) {
  .container {
      width: 1440px;
      max-width: 100%;
  }
}
