.lazy-youtube {
    position: relative;
    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
    cursor: pointer;
    background: #000;
    margin-bottom: 1em;
}
.lazy-youtube img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
}
.lazy-youtube .play-button {
    width: 68px;
    height: 48px;
    background-color: #333;
    opacity: 0.8;
    border-radius: 6px;
    position: absolute;
    top: 50%;
    left: 50%;
    margin-left: -34px;
    margin-top: -24px;
    background-image: url('https://img.icons8.com/ios-filled/50/ffffff/play--v1.png');
    background-size: 50% 50%;
    background-repeat: no-repeat;
    background-position: center;
}
