@media only screen and (max-width: 600px){
html body .header__container
.col-xs-6.col-sm-3.col-xs-offset-0.col-sm-offset-4.col-md-offset-0.col-md-4 {
    margin-top: -10px;
}
}