/**
 * PDP gallery — hover-video slide (Hyvä).
 */
.bluemint-hovervideo-gallery-slide {
    position: relative;
}

.bluemint-hovervideo-gallery-slide__poster {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

.bluemint-hovervideo-gallery-slide__play {
    position: absolute;
    inset: 0;
    z-index: 1;
    display: grid;
    place-items: center;
    pointer-events: none;
}

.bluemint-hovervideo-player {
    display: block;
    width: 100%;
    max-width: 100%;
    max-height: 100%;
    object-fit: contain;
    background: #000;
}

.product-gallery-inline .bluemint-hovervideo-player {
    margin: auto;
    width: 100%;
    height: 100%;
}
