Hi John,
Thanks for writing in! I have tested with multiple browsers with several screen sizes but couldn’t see such issue. Then I noticed you are using the below CSS to fix this maybe :
.page-id-7842 .x-img-thumbnail {
margin: 0 auto !important;
max-width: 362px;
padding: 5px !important;
}
Instead of using this, you can use the code below :
.x-block-grid-item .x-img.x-img-thumbnail > img {
width: 100%;
}
Hope this helps.
Cheers!