/* Final cache-busted CTA alignment: visual assets sit on the right edge. */
.copp-profile-cta__person,
.copp-partners-cta__visual > img,
.copp-contacts-cta__visual > img,
.copp-students-cta__visual img {
    left: auto !important;
    right: 0 !important;
    object-position: right bottom !important;
    transform: none !important;
}

/* Keep the complete stationery composition inside the CTA visual column. */
@media (min-width: 992px) {
    .copp-profile-cta__visual {
        overflow: hidden;
    }

    .copp-profile-cta__person {
        right: 0 !important;
    }
}
