<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.movie__wrap {
    margin-left: -1.5em;
}
.movie__wrap .movie__thumb {
    padding-bottom: 57%;
}
.movie__item {
    width: calc(33.33% - 1.5em);
    margin-left: 1.5em;
    margin-top: 2.5em;
    display: -webkit-box;
    display: flex;
    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
            flex-direction: column;
    border: 1px solid #ccc;
}
.movie__title {
    line-height: 1.65;
    padding: .7em .8em 0;
    font-size: 1.3em;
    font-weight: bold;
}
.movie__description {
    line-height: 1.45;
    padding: .8em .8em 1.3em;
}
.movie__item .contact-page-link {
    width: 100%;
    max-width: 100%;
    margin: auto 0 0;
}


@media screen and (max-width: 768px) {
    .movie__item {
        width: calc(50% - 1.5em);
    }
}
@media screen and (max-width: 480px) {
    .movie__wrap {
        margin-left: 0;
    }
    .movie__item {
        width: 100%;
        margin-left: 0;
    }
    .movie__item {
        border: 0;
    }
    .movie__title {
        padding-left: 0;
        padding-right: 0;
        padding-bottom: 0.8em;
    }
    .movie__description {
        padding-left: 0;
        padding-right: 0;
        border-top: 1px solid #ccc;
    }
}</pre></body></html>