.csc-textpic-image a img, .csc-textpic-imagewrap a img {
    object-fit: contain;
}

.modal .modal-content {
    width: 600px !important;
    height: 420px !important;
    background-color: transparent;
    border: none;
}

.modal .modal-content #closeModal {
    color: #fff;
    opacity: 1;
}

script ~ .modal .modal-content #modalImage {
    width: auto !important;
    height: auto !important;
}

.modal .modal-content #modalImage {
    width: 100% !important;
    height: auto !important;
}