.mc-image-root {
    position: relative;
    width: 100%;
}

.mc-image-stage {
    position: relative;
    width: 100%;
}

.mc-overflow-hidden .mc-image-stage {
    overflow: hidden;
}

.mc-image-spacer {
    display: block;
    width: 400px;
    max-width: none;
    height: auto;
    visibility: hidden;
    opacity: 0;
    pointer-events: none;
}

.mc-image-object {
    position: absolute;
    left: 0;
    top: 0;
    width: 400px;
    max-width: none;
    height: auto;
    display: block;
    will-change: transform;
    backface-visibility: hidden;
    transform: translate3d(0, 0, 0);
    pointer-events: none;
}
