
@media (max-width: 600px){
.header-logo {
    float: none;
    padding-bottom: 5px;
    padding-top: 24px;
    margin-left: 1%;
}
body>div.header>div>div>img:nth-child(1){
    width: 100px;
}
body>div.header>div>div>img:nth-child(2){
    position: absolute !important;
    top: 0px !important;
    right: -13px !important;
    width: 150px !important;
}

}