<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.media-list .media-list__item{
    height: 50vmin;
}

.media-list .media-list__item img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: center left;
}

@media only screen and (min-width: 1366.9px){
    .media-list .media-list__item{
        height: 37vmin;
    }
}

@media only screen and (min-width: 767.9px) and (max-width: 1366px){
    .media-list .media-list__item{
        height: 30vmin;
    }
}
</pre></body></html>