.blur-content {
    background: #DDD;
    overflow-y: auto;
    background: rgba(0,0,0,.4);
    -webkit-tap-highlight-color: transparent;
    z-index: 1060;
    top: 0;
    right: 0;
    bottom: 0;
    left: 0;
    flex-direction: row;
    justify-content: center;
    padding: 0.625em;
    overflow-x: hidden;
    transition: background-color .1s;
    filter: blur(2px);
}

.adultContent img {
    max-width:40px;
}

.swal2-html-container {
    text-align:center !important;
}