<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.lookat-youtube-cover {
    flex-grow: 1;
    flex-basis: calc(33% - var(--lookat-youtube-gap));
    min-width: var(--lookat-youtube-video-min-width);
}

.lookat-youtube-cover span {
    font-size: 26px;
    line-height: 30px;
}

@media only screen and (max-width: 940px) {

    .lookat-youtube-videos a.lookat-youtube-cover:nth-of-type(1) {
        min-width: 100%;
    }
}

@media only screen and (max-width: 600px) {

    .lookat-youtube-videos a.lookat-youtube-cover:nth-of-type(1) {
        min-width: 100%;
    }
}

@media only screen and (max-device-width: 480px) {
    .lookat-youtube-cover {
        flex-basis: 100%;
    }
}

</pre></body></html>