.mr-product-video-slide {
    background: #111;
    overflow: hidden;
}

.mr-product-video-frame {
    align-items: center;
    display: flex;
    height: 100%;
    justify-content: center;
    min-height: 0;
    position: relative;
    width: 100%;
}

.mr-product-video {
    background: #111;
    display: block;
    height: 100%;
    max-height: 100%;
    max-width: 100%;
    object-fit: contain;
    width: 100%;
}

.mr-product-video-error {
    align-items: center;
    background: rgba(17, 17, 17, .88);
    color: #fff;
    display: flex;
    inset: 0;
    justify-content: center;
    padding: 24px;
    position: absolute;
    text-align: center;
    z-index: 2;
}

.mr-product-video-error[hidden] {
    display: none;
}

.mr-product-video-thumb {
    position: relative;
}

.mr-product-video-thumb__button {
    background: #111;
    border: 0;
    cursor: pointer;
    display: block;
    height: 100%;
    overflow: hidden;
    padding: 0;
    position: relative;
    width: 100%;
}

.mr-product-video-thumb__poster {
    display: block;
    height: 100%;
    object-fit: cover;
    opacity: .8;
    width: 100%;
}

.mr-product-video-thumb__play {
    align-items: center;
    background: rgba(255, 255, 255, .92);
    border-radius: 50%;
    color: #111;
    display: flex;
    font-size: 18px;
    height: 38px;
    inset: 50% auto auto 50%;
    justify-content: center;
    line-height: 1;
    padding-left: 3px;
    position: absolute;
    transform: translate(-50%, -50%);
    width: 38px;
}

@media (prefers-reduced-motion: reduce) {
    .mr-product-video-thumb__play {
        transition: none;
    }
}

