.testyou {
    display: none;
}

.at-title {
    position: relative;
}

.at-title--number {
    position: absolute;
    color: #FFFFFF;
    top: 20px;
    left: 33px;
    font-size: 28px;
}

/* jGrowl */

.jGrowl {
    z-index: 999999999!important;
}

.jGrowl.top-right {
    right: 50%!important;
    top: 50%!important;
    margin-right: -145px;
    top: -30px;
}

.jGrowl-notification .jGrowl-close {
    color: #272930!important;
    position: absolute;
    right: 15px;
    top: 15px;
}

.jGrowl .af-message-error,
.jGrowl .af-message-success {
    background-color: #FFFFFF!important;
    border: 2px solid #272930;
    opacity: 1;
    display: flex!important;
    align-items: center;
    justify-content: center;
    font-size: 18px;
    line-height: 22px;
}

.jGrowl-message {
    text-align: center;
    color: #272930;
}

.jGrowl .af-message-error .jGrowl-message {
    color: red;
    font-weight: bold;
}

@media screen and (max-width: 1040px) {
    .at-title--number {
        top: 12px;
        left: 14px;
        font-size: 14px;
    }
}