@media screen and (max-width: 450px) {
    .swal2-popup {
        width: 100% !important;
        margin-top: 0 !important;
        margin-bottom: 0 !important;
        bottom: 0 !important;
        top: 0 !important;
    }
}
.swal2-content img {
    width: 100% !important;
    height: auto !important;
}
.swal2-container {
    z-index: 9999999 !important;
}