Hi j_arendall!
Add this to your custom CSS.
@media screen and (max-width: 767px) {
.logo { width: auto !important; position: relative !important; left: 50% !important; transform: translateX(-50%) !important; }
.logo, .logo a, .logo img { height: auto !important; max-height: auto !important; }
}
Best regards,
Elliott