#nar-gre {
    margin-bottom: 15px;
    float: right;
}
#contact #notifications {
    display: none;
}

@media (max-width: 500px) {
    #nar-gre {
        transform: scale(0.84);
        transform-origin: right;
    }
}

@media (max-width: 360px) {
    #nar-gre {
        transform: scale(0.62);
        transform-origin: right;
    }
}