.cms-image-frame, .admin-image-frame, .photo-crop-viewport { position: relative; display: block; overflow: hidden; isolation: isolate; }
.cms-image-frame > img, .admin-image-frame > img, .photo-crop-viewport > img { position: absolute; inset: 0; display: block; width: 100%; height: 100%; max-width: none; object-fit: cover; user-select: none; -webkit-user-drag: none; }
.cms-image-frame::after, .admin-image-frame::after, .photo-crop-viewport::after { content: ''; position: absolute; z-index: 3; inset: 0; border: var(--photo-border-width, 0px) solid var(--photo-border-color, #ffffff); border-radius: inherit; pointer-events: none; }
