@media only screen and (max-width: 600px) {
    .header{
        background-image: url('/images/hero-bg-mobile.png') !important;

    }
}