@charset "utf-8";

.mirror-horizontal {
    transform: scale(-1, 1);
}

.mirror-vertical {
    transform: scale(1, -1);
}
