.adjustFormImages img {
    max-width: 100%;
}

.pointer {
    cursor: pointer;
}

.zet-fileupload-table img {
    max-height: 128px;
}

.dz-preview a {
    color: black;
}

/* Vypnutí roztahovací animace pro modaly */
.modal {
    transform: none !important;
    animation: none !important;
    transition: none !important;
}