body.dinning .bg-fixed {
    background: url("../../../images/l_1/cuisine/bg-cuisine.jpg") center/cover;
}

@media only screen and (max-width: 767px) {
    body.dinning .bg-fixed {
        background: #fafafa !important;
    }
}
