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

.lookat-youtube-short iframe {
    width: 100%;
    aspect-ratio: 9 / 16;
}

.lookat-youtube-single-short-container,
.lookat-youtube-single-short-item {
    width: 100%;
}

.lookat-youtube-single-short-item iframe {
    width: 100%;
    aspect-ratio: 9 / 16;
}

.lookat-youtube-single-short-item &gt; div {
    margin: 0 !important;
}

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

    .lookat-youtube-short {
        flex-basis: calc(50% - var(--lookat-youtube-gap));
    }
}
</pre></body></html>