/**/

/*HEADER*/

@media screen and(max-width: 400px){
    .m-header-bg{
    position: relative !important;
    width: 100% !important;
    height: 400px !important;
    background-image: url("../img/index/img1.png") !important;
    background-position: center !important;
    -webkit-background-size: cover !important;
    -moz-background-size: cover !important;
    -o-background-size: cover !important;
    background-size: cover !important;
    background-repeat: no-repeat !important;

    }
}