.non_retina_image, .retina_image {
    width: auto;
    height: 60px;
}

@media screen and (max-width: 500px){ 
.non_retina_image, .retina_image {height: 45px; display:block !important}
}