<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.banner {
    background: url('../resource/img/top/1.jpg') center center no-repeat;
    background-size: cover;
    height: 400px;
    color: #efefef;
    padding: 250px 20px 0 0;
}

@media (max-width: 768px) {
    .banner {
        padding: 220px 20px 0 0;
    }
}</pre></body></html>