.lityumSlide .owl-carousel .owl-slide .cropcontainer picture,
.lityumSlide .owl-carousel .owl-slide .cropcontainer img {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center center;
}

.lityumSlide .owl-carousel .owl-slide .cropcontainer iframe {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    border: 0;
}

.lityum-play {
    position: absolute;
    left: 50%;
    top: 50%;
    z-index: 4;
    width: 72px;
    height: 72px;
    margin: -36px 0 0 -36px;
    border: 0;
    border-radius: 50%;
    background: rgba(228, 25, 54, 0.92);
    box-shadow: 0 8px 24px rgba(0, 0, 0, 0.28);
    cursor: pointer;
    pointer-events: none;
}

a.link + .lityum-play,
.lityum-play {
    pointer-events: none;
}

.js-yt-facade .lityum-play {
    pointer-events: auto;
}

.lityum-play:after {
    content: "";
    position: absolute;
    left: 50%;
    top: 50%;
    margin: -10px 0 0 -6px;
    border-style: solid;
    border-width: 10px 0 10px 16px;
    border-color: transparent transparent transparent #fff;
}

.lityumProduct .tabcontent img[data-src]:not([src]) {
    min-height: 120px;
    background: #f3f3f3;
}
