@media (max-width: 767px) {
 
#rt-header a#rt-logo {
    
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("/images/logo-inf.png") !important;
    background-origin: padding-box !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 180px !important;

    }
}

@media only screen and (max-width: 600px) {
  
#rt-header a#rt-logo {
    
    background-attachment: scroll !important;
    background-clip: border-box !important;
    background-color: rgba(0, 0, 0, 0) !important;
    background-image: url("/images/logo-inf.png") !important;
    background-origin: padding-box !important;
    background-position: 50% 50% !important;
    background-repeat: no-repeat !important;
    background-size: contain !important;
    width: 180px !important;
    }

}