Hi There,
Please add the following CSS under Customizer > Custom > Global CSS:
@media (max-width: 979px){
.x-brand img {
opacity: 0;
}
.x-brand {
background: url(http://vps28450.inmotionhosting.com/~outdoordogsupply/wp-content/uploads/2017/06/Outdoor-Dog-Supply-Logo.jpg) center center no-repeat;
background-size: cover;
}
}
Replace the http://vps28450.inmotionhosting.com/~outdoordogsupply/wp-content/uploads/2017/06/Outdoor-Dog-Supply-Logo.jpg URL with your image URL for the mobile version.

