@media only screen and (max-width: 768px) {
    .hsContent .six.columns.offset-by-nine {
        width: 100% !important;
    }
    .hsContent .six.columns {
        width: 100%;
    }
    .topSet {
        bottom: 0px;
    }
    .product_gallery .gallery-cell {
        height: auto !important;
    }
    .top {
        float: none;
        margin-top:50px;
        position: absolute;
        text-align: center !important;
        top: 14%;
        transform: translateY(-50%);
        width: 100%;
    }
    .hsContent {
        padding-top: 0 !important;
    }
    .product_gallery .gallery-cell {
        min-height: 200px !important;
    }
    .topSet > img {
        max-width: 15px;
    }
    .hsContent.bottom {
        top: 360px;
    }
    .bottom-thumbnails .product_gallery_nav {
        margin: auto;
        max-width: 100%;
    }
    .bottom-thumbnails .slides.product_gallery {
        margin: auto auto 25px;
        max-width: 100% !important;
    }
  
  .gallery-wrap.left-thumbnails .product_gallery_nav{
    width:100%;
    margin-right:0px;
  }

}
    @media only screen and (max-width: 640px) {
        .layerCls {
            left: 52px !important;
            width: 91% !important;
        }
        .gallery-wrap.js-product-page-gallery {
            overflow: hidden;
            padding-top: 1px;
        }
        .gallery-wrap.left-thumbnails .multi-image {
            width: 100%!important;
        }

        .slides.product_gallery {
            max-width: 100%!important;
        }
    }
    @media only screen and (min-width: 769px) {
        span.arrorsNext.topSet, span.arrorsPrev.topSet {
            display: none!important;
        }
      
      .layerCls {
  display:none !important;
}
    }