@media all and (min-width:1024px){

#large-header {display:block;}
   #mobile_header {display:none}

.img.f-left {
    width: 179px;
}
.img div {
    width: 400px;
    margin-left: -228px;
}



.banner {
    height: 150px;
}


.block p {
    font-size: 16px;
}

//.image {
    //height: 8vw;
//}


.header li {
    margin: 0px 16px 0px 16px;
}
.menu li:first-child {
    margin-left: calc((100vw - 890px)/2);
}

#home h1 {
    font-size: 80px;
}

#large-header {display:none;}
   #mobile_header {display:block}


}