Just add the above code right under the 480 media query section near the bottom of your css like this –
@media only screen and (max-width: 480px) {
.header-image .site-title a {
background-size: contain !important;
}
When I add the code it shows up like this –
