.modal-header {
    border-bottom:none;
}
.modal-header .close {
    opacity: 0.5;
}
.modal-header .close:hover {
    opacity: 1;
    transition: 0.3s all ease-in-out;
}
.popUp-item img {
    object-fit: cover;
    width: 100%;
    padding-bottom: 30px;
}
@media (min-width:1200px) {
    .modal-dialog {
        width:1024px;
    }
}