.youtube-lite {
    position: relative;
    width: 100%;
    aspect-ratio: 10 / 7;
    min-height: 280px;
    background-color: #111;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
}

.youtube-lite__play {
    position: absolute;
    top: 50%;
    left: 50%;
    width: 72px;
    height: 52px;
    margin: -26px 0 0 -36px;
    padding: 0;
    border: 0;
    border-radius: 12px;
    color: #fff;
    background: rgba(220, 0, 0, .9);
    font-size: 22px;
    cursor: pointer;
}

.youtube-lite__play:hover,
.youtube-lite__play:focus {
    background: #f00;
    outline: 3px solid rgba(255, 255, 255, .8);
    outline-offset: 2px;
}

.youtube-lite__iframe {
    width: 100%;
    border: 0;
}