<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.booklist-video-banner {
    background: url(../images/book-page/charity-video.jpg) no-repeat
}
.booklist-banner {
    background: url(../images/book-page/banner/charity-banner.jpg);
    background-position: 50% center!important;
    background-size: cover!important
}

@media screen and (max-width:1024px) {
.booklist-banner {
    background: url(../images/book-page/banner/charity-banner-tablet.jpg) center bottom no-repeat!important
}
}

@media screen and (max-width:767px) {
.booklist-banner {
    background: url(../images/book-page/banner/charity-banner-mob.jpg) center bottom no-repeat!important;
    background-size: cover!important
}
}
</pre></body></html>