.page[name='crop'] > .header {
    position: absolute;
    top: 0;
    right: 0;
    left: 0;
    z-index: 1;
}
.page[name='crop'] > .header > .side:first-child > .button {
    padding: 20px;
}
.page[name='crop'] > .header > .side:first-child > .button > img {
    display: block;
    height: 24px;
}
.page[name='crop'] > .header > .side:first-child > div:not(.button) {
    padding: 19.5px 8px;
    font-size: 16px;
    font-weight: 600;
}
.page[name='crop'] > .header > .side:last-child > .button {
    padding: 18.5px;
    height: 100%;
    font-size: 18px;
}
.page[name='crop'] > .content {
    position: absolute;
    top: 64px;
    right: 0;
    bottom: 0;
    left: 0;
}
.page[name='crop'] > .content > img {
    position: absolute;
    top: 50%;
    right: 50%;
    max-width: 100%;
    max-height: 100%;
    transform: translate(-50%, 50%);
}
.page[name='crop'] > .content > [name='crop']per-container {
    overflow: hidden;
}

/* overrides */
.page[name='crop'] > .content [name='crop']per-point.point-se {
    border-radius: 50%;
    bottom: -7px;
}