MEET OUR TEAM
/* Make banner images responsive */ .sqs-block-image img, .sqs-block-background img { width: 100% !important; height: auto !important; object-fit: cover; } /* Prevent cropping on mobile */ @media only screen and (max-width: 640px) { .sqs-block-image img { object-position: center top; } }