<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.modal-img-priv .img-container,
.modal-img-priv .img-preview {
    background-color: #f7f7f7;
    text-align: center;
    width: 100%;
}

.modal-img-priv .img-container {
    margin-bottom: 1rem;
    max-height: 497px;
    min-height: 200px;
}

@media (min-width: 768px) {
    .modal-img-priv .img-container {
        min-height: 497px;
    }
}

.modal-img-priv .img-container &gt; img {
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
</pre></body></html>