
@media (min-width: 991px) {
  #productpage .product-images {
    max-height: 425px;
    margin-bottom: 200px;
    position: relative;
  }
  .thumbs-slider {
    overflow-x: hidden;
    overflow-y: auto;
    left: 0;
    top: 0;
    bottom: 0;
    z-index: 1;
    list-style: none;
    margin: 0;
    padding: 0 13px 0 0;
  }
  .thumbs-slider::-webkit-scrollbar-thumb {
      background: #c4c4c4;
  }
  .thumbs-slider::-webkit-scrollbar {
      width: 4px;
      height: 4px;
  }
  .product-images:after {
      background: -moz-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
      background: -webkit-linear-gradient(top,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
      background: linear-gradient(to bottom,rgba(255,255,255,0) 0%,rgba(255,255,255,1) 100%);
      content: "";
      display: block;
      position: absolute;
      left: 0;
      z-index: 9;
      width: 120px;
      height: 55px;
      bottom: 0;
  }
}
@media (max-width: 991px) {
  #productpage .product-images {
    display: block;
    margin-bottom: 15px;
  }
}