.booklist-video-banner {
    background: url("../images/book-page/superstitions-video.jpg") no-repeat
}
.booklist-banner {
    background: url("../images/book-page/banner/superstitions-banners.jpg");
    background-position: 50% center!important;
    background-size: cover!important
}

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

@media screen and (max-width:767px) {
.booklist-banner {
    background: url("../images/book-page/banner/superstitions-banners-s-mob.jpg") center bottom no-repeat!important;
    background-size: cover!important
}
}
