

.imagesizerloading {
    background: #fff url('../images/loading.svg') no-repeat center center !important;
    cursor: wait !important;
    color: rgba(255, 255, 255, 0) !important;
    min-width: 32px;
    min-height: 32px;
}

a.imagesizer {
    display: inline-block;
    transition: transform .2s ease-in-out;
    cursor: zoom-in;
}

a.imagesizer:hover {
    transform: scale(1.05);
}

.imagesizer-gallery {
    display: flex;
    flex-wrap: wrap;
    justify-content: space-between;
    align-items: center;
    gap: 12px;
}

.imagesizer-gallery > * {
    display: flex;
    justify-content: center;
    align-items: center;
}
