.productGallery {
  /*padding: 160px 200px 0;*/
  padding: 50px 100px 75px;
  background: url(../image/sliderbg.jpg) no-repeat;
  -webkit-background-size: cover;
  -moz-background-size: cover;
  -o-background-size: cover;
  background-size: cover;
  background-position:bottom center;
}
.productGallery:after {
  clear: both;
  display: table;
  content: "";
}

.boutique {
  margin: 0;
  padding: 0;
  position: relative;
  z-index: 0;
  min-height: 710px;
}
.boutique:after {
  clear: both;
  display: table;
  content: "";
}
.boutique-frame {
  margin: 0;
  padding: 0;
  list-style: none;
  position: absolute;
  z-index: 1;
  display: none;
  border-width: 0;
}
.boutique-frame a {
  display: block;
}
.borderImg {
  cursor: pointer;
  position: relative;
  -webkit-transition: 0.8s;
  -moz-transition: 0.8s;
  -ms-transition: 0.8s;
  -o-transition: 0.8s;
  transition: 0.8s;
}
.borderImg img {
  /*-moz-border-radius: 15px;
  -webkit-border-radius: 15px;
  -khtml-border-radius: 15px;
  border-radius: 15px;*/
    -moz-border-radius: 140px;
  -webkit-border-radius: 140px;
  -khtml-border-radius: 140px;
  border-radius: 140px;
  -webkit-box-shadow: 0 0 20px 0 rgba(68, 51, 102, 0.1),
    0 60px 70px -30px rgba(0, 0, 0, 0.2);
  -moz-box-shadow: 0 0 20px 0 rgba(68, 51, 102, 0.1),
    0 60px 70px -30px rgba(0, 0, 0, 0.2);
  box-shadow: 0 0 20px 0 rgba(68, 51, 102, 0.1),
    0 60px 70px -30px rgba(0, 0, 0, 0.2);
}
.boutique-frame-image {
  border: 0;
  vertical-align: bottom;
}
.boutique-frame-title {
  cursor: default;
}
.boutique-frame-image,
.boutique-frame {
  -webkit-user-select: none;
  -khtml-user-select: none;
  -moz-user-select: none;
  -o-user-select: none;
  user-select: none;
  -webkit-user-drag: none;
  -moz-user-drag: none;
  user-drag: none;
}
#boutique,
.boutique {
  display: none;
  margin: 0 auto;
}
#boutique:after,
.boutique:after {
  clear: both;
  display: table;
  content: "";
}
.boutique-frame {
  cursor: pointer;
  padding: 0 0 70px;
}

@media only screen and (max-width: 1620px) {
  .boutique {
    min-height: 578px;
  }
}

@media only screen and (max-width: 1320px) {
  .productGallery {
    padding: 100px 80px 0;
  }
}

@media only screen and (max-width: 1200px) {
  .productGallery {
    padding: 50px 120px 0;
  }
  .boutique {
    min-height: 450px;
  }
}
@media only screen and (max-width: 992px) {
  .productGallery {
    padding: 50px 150px 0;
  }
  .boutique {
    min-height: 350px;
  }
}
@media only screen and (max-width: 768px) {
  .productGallery {
    padding: 0 50px;
    /*background: transparent;*/
  }
  .boutique {
    min-height: 250px;
  }
}

@media only screen and (max-width: 480px) {
  .productGallery {
    padding: 0 15px;
  }
  .boutique {
    min-height: 250px;
  }
    .boutique-frame h6 {
        font-size:12px;
        display:none;
    }
    .borderImg img {
        border-radius:35px;
    }
}
@media only screen and (max-width: 380px) {
  .boutique {
    min-height: 200px;
  }
}
