Hello Gary,
Yes inside Appearance>>Customize>>Additional css, please add the following css so that that you can adjust the height manually in mobile devices;
@media screen and (max-width: 460px){
iframe {
max-width: 100%;
height: 227px;
}
}
You may change the height value of your own.
Hope it works for you.
Thanks!