@media (min-width: 1200px) {
    .ezymarketing-popup .modal-dialog {
        max-width: 700px;
    }
}

.ezymarketing-popup .modal-body {
    padding: 0;
}

.ezymarketing-popup .modal-body img {
    width: 100%;
}

.ezymarketing-popup .close-btn {
    position: absolute;
    top: 0px;
    right: 0px;
    color: #ED2939;
    border: none;
    width: 30px;
    height: 30px;
    display: flex;
    align-items: center;
    justify-content: center;
    font-size: 2rem;
    background: transparent;
    z-index: 999999999;
}
