.dih-video-container {
    z-index: 2;
    position: absolute;
    left: 0;
    top: 0;
    overflow: hidden;
    width: 100%;
    height: 100%;
    background: white;
    text-align: center;
    display: none;
}

.dih-video-container.active {
    display: block;
}

.dih-video-container video {
    object-fit: cover;
    max-width: 100%;
    width: 100%;
    height: 100%;
  }

.js-qv-product-images .dih-video-thumb {
     position: relative;
}

.dih-video-thumb .material-icons {
    position: absolute;
    display: block;
    margin-top: 5px;
    margin-left: 5px;
    z-index: 2;
    color: red;
}

.dih-video-player {
    object-fit: contain;
    width: 100%;
    height: 100%;
    max-width: 100%;
    max-height: 100%;
    z-index:999;
}

.dih-video a[data-fancybox] {
    display: block !important;
}

.dih-video-player {
    background-color: white;
}

.dih-video-player ~ img.js-qv-product-cover,
.dih-video-player ~ [data-target="#product-modal"] {
    display: none !important;
}
@media (min-width: 600px) {
  .product-cover .dih-video-player {
    width: 500px;
    height: 500px;
    max-width: unset;
    max-height: unset;
}

.js-product-images-modal .dih-video-player {
    width: 800px;
    height: 800px;
    max-width: unset;
    max-height: unset;
}
}

.js-product-images-modal .js-thumb {
    height: auto;
}

#paginated_gallery .dih-video-player {
    width: 100vw;
    max-width: unset;
}

@media screen and (max-width: 767px) {
    .swipeimg {
        min-width: 100vw;
        overflow: hidden;
    }
}