.lvs-video-lazy {
    position: relative;
    width: 100%;
    cursor: pointer;
    overflow: hidden;
}

.lvs-video-lazy img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
.lvs-play-button {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    font-size: 60px;
    color: white;
    text-shadow: 0 0 10px black;
    pointer-events: none;
}