﻿.zoomable-image{
    cursor: zoom-in;
}
.doc-img {
    max-height: 420px;
    object-fit: cover;
    width: 100%;
}

.doc-img-sm {
    max-height: 360px;
}

.doc-img-xs {
    max-height: 300px;
}

.doc-img-xxs {
    max-height: 240px;
}

.cursor-zoom-in {
    cursor: zoom-in;
}
