body::after {
    content: " ";
    position: fixed;
    top: 0px;
    left: 0px;
    width: 100%;
    height: 100%;
    background-position: center center;
    background-size: cover;
    background-color: rgb(245, 246, 248);
    background-image: url(https://media.resources.festicket.com/www/photos/store/017_BgHostedPage_2050x1150px.jpg);
}

.listing-page__header__inner {
    background-color: #fff;
    margin-top: 4rem;
    margin-bottom: 2rem;
}

.listing-page__section {
    background-color: #fff;
    padding-top: 2rem;
}

.btn,
.btn--has-loader,
.btn--inverse,
.btn--clear,
.listing-page__load-more-button {
    background-color: #fff;
}

