Thank you! I used the following code and it took care of the problem on the small screen:
@media (max-width: 699px)
{.site-branding {
text-align: center;
background: none !important;
}
}
Do you have any idea why the images stretch out on the banner screen at 1366 x 768 (recommended per the theme), and if there is any way to stop the stretching?