.logo a img {
    max-height: 60px;
    margin-top: 16px;
}


@media only screen and (max-width: 1024px) {
   .logo a img {
        max-height: 40px;
        margin-top: 16px;
    }

    #header-controls-right {
        margin-right: 0 !important;
    }

    .oshine-module .animate-icon-module-style1-wrap a.animate-icon-module {
        margin-bottom: 40px !important;
    }
}

@media only screen and (max-width: 480px) {
    .logo a img {
        max-h