@media only screen and (max-width: 1200px){
    .logo{
        display: none;
    }

    .mobileheader{
        display: none;
    }
}
