@media (min-width: 930px) {
    #singleContent .wp-block-columns:has(> :nth-child(3)) {
        margin: 0 -100px;
    }
    #singleContent .wp-block-columns:has(> :nth-child(3)) figure {
        margin: 0;
    }
}

.max-height-600 img {
    max-height: 600px;
    object-fit: contain;
}