.product-gallery--media-thumbnail-img-wrapper-ext{
  width: 100%;

  .video-container{
    width: 100%;
    height: 260px;
    object-fit: cover;

    @media screen and (min-width: 768px) {
      height: 500px;

    }
  }

}

.swiper-wrapper-xx-nav{
  .icon-play-thumb {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
  }
}