/* Target image block on About page */ .about-page .sqs-block-image img { width: 100%; max-width: 800px; /* Optional: prevent overly large image */ height: auto; max-height: 80vh; /* Limit height to 80% of the viewport */ object-fit: contain; display: block; margin: 0 auto; }