Hi i had same problem with another template, the solution there was putting this in override:
@media (max-width:620px) {
#gkLogo.cssLogo {
margin-right: 0px;
max-width: 80%;
background-size: 100% !important;
}
}
This does not work for this template, is the code different?