

@media only screen and (max-width: 800px){
    .hide_background{
        background-image: none !important;
    }
}