I have updated logo.svg with my logo and put in an override for the width and height. The logo looks fine on the desktop but the logo is not scaling on mobile, it is cropped. Any help on what I did wrong?
http://www.capandhare.com/joomla
.svg #gkLogo.cssLogo {
background-size: 100%;
}
@media (max-width: 370px){
#gkLogo.cssLogo {
width: 300px;
}
}