#bazaar-header{
    background-image: url('../images/ilovenolis.png');
}
#artist-header{
    background-image: url('../images/singers.png');
}

#eat-header{
    background-image: url('../images/drinks.png');
}

#location-header{
    background-image: url('../images/view.png');
}

#footer-pic
{
    background-image: url('../images/ilovenolis.png');
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
}


#menu-header{
    background-image: url('../images/drinks.png');
}
@media (min-width: 768px){
    div[data-id="8cd32b9"]{
        width: 50% !important;
    }
}

.module {
    position: relative;
}
.module::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-image: url("../images/ilovenolis.png");
    background-position: bottom;
    background-repeat: no-repeat;
    background-size: cover;
    filter: brightness(0.6);
}