.hipv-product-additional-info>p,
.hipv-product-footer>p,
.hipv-extra-content>p,
.hipv-right-column-product>p {
    margin-top: 20px;
    color: #000;
    font-size: 18px;
    background: #f6f6f6;
    border-top: 5px solid #333;
    padding: 14px 5px 17px 20px;
}

.hipv-videos iframe {
    aspect-ratio: 16 / 9;
}

.product-images>li.thumb-container {
    vertical-align: top;
}

.thumb-video {
    width: 100px;
    height: 100px;
    display: inline-block;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.thumb-video {
    position: relative;
}

.hipv-play {
    display: block;
    position: absolute;
    width: 30px;
    height: 30px;
    background: url(../img/play.png) no-repeat;
    background-size: 100% 100%;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
}

.hipv-product-list-videos-17 {
    display: none;
}

.hipv-product-list-button-17 {
    position: absolute;
    top: 0;
    right: 0;
}

.hipv-product-list-button-16 {
    margin-bottom: 10px;
}

#thumbs_list li.video-thumbnail a {
    display: block;
    width: 100%;
    height: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
    position: relative;
}

.product-images>li.thumb-container {
    display: inline-block;
}

.gallery-video iframe {
    position: absolute;
}

.hipv-videos.hipv-product-additional-info iframe {
    width: 100%;
    margin-top: 1rem;
    max-width: 450px;
}

.hipv-videos.hipv-product-additional-info img {
    cursor: pointer;
    display: block;
    max-height: 250px;
    max-width: 450px;
    margin-top: 1rem;
    object-fit: cover;
    width: 100%;
}

.hipv-videos.hipv-product-additional-info .yt-wrapper {
    position: relative;
    min-height: 190px;
    max-width: 450px;
    width: 100%;
}

.hipv-videos.hipv-product-additional-info .yt-wrapper::before,
.video-gallery-item::before,
.gallery-thumbs .yt-thumb-container::before {
    content: '';
    position: absolute;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    background: url(../img/yt-play.svg) no-repeat;
    background-size: 100% 100%;
    cursor: pointer;
    width: 50px;
    height: 50px;
    margin: auto;
    pointer-events: none;
}

.video-gallery-item::before {
    width: 80px;
    height: 80px;
}

.gallery-thumbs .yt-thumb-container::before {
    width: 20px;
    height: 20px;
}

.video-gallery-item > img {
    cursor: pointer;
    object-fit: cover;
}

.gallery-thumbs .thumb.yt-thumb {
    object-fit: cover;
}

@media (max-width: 767px) {
    .hipv-product-footer iframe {
        width: 100%;
    }
}