@media only screen and (max-width: 480px){
#sp-header {height: 55px;}
#sp-header #sp-logo .logo {height: auto;}

#sp-header .logo {
    top: 0;
    overflow: hidden;
    height: 55px;
    display: block;}
#sp-menu .sp-megamenu-wrapper {
    margin-right: 0;
}  
}/*end of 480px*/


@media only screen and (max-width: 768px){
#sp-header .logo img {width: 69px;}
.sticky-wrapper.is-sticky #sp-header .logo img {width: 67px;}
}/*end of 768px*/

@media only screen and (max-width: 480px){
#sp-bottom {
    padding: 80px 0 50px 0 !important;
  }
div#sp-bottom1 img {
    width: 120px;
}
}