@media screen and (min-width: 320px) and (max-width: 980px) {
#logo {
max-height: 95%!important;
}}
@media screen and (min-width: 981px) and (max-width: 1245px) {
#logo {
max-height: 62%!important;
}
#et-top-navigation {
padding-left: 236px!important;
}
#top-menu li {
padding-right: 7px;
}
}