<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#your-joy {
    background-image: url(../img/your-joy-bg.jpg);
    background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}
.privileges-slider .thumbnail .badge .caption span.resize {
    font-size: 15px;
}
.privileges-slider .thumbnail .meta .title {
    text-transform: uppercase;
}
.issue-hero {
    background-image: url(../img/hero.jpg) !important;
}

@media (max-width:991px) {
    .issue-hero {
        background-image: url(../img/hero-m.jpg) !important;
    }
}</pre></body></html>