.lazy-video-wrapper{
    position: relative;
    width: 100%;
    height: 100%;
    overflow: hidden;
}

.video-placeholder{
    padding: 0;
    margin: 0;
}

.video-placeholder img, .video-placeholder svg{
    position: absolute;
    width: 100%;
    top: 0;
    bottom: 0;
    margin: auto;
}

.video-placeholder:hover{
    cursor: pointer;
}

.video-placeholder:hover .ytp-large-play-button-bg{
    fill: #f00 !important;
}