#headertop {
    height: 200px;
}

@media (max-width: 768px){
#headertop {
    height: 50px;
}

.logo img {
    height: 90px;
    margin-bottom: 0;
}

}