﻿.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 > img {
    max-width: 100%;
    position: absolute;
    margin: auto;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
}
