#notification{
    position: absolute;
    width: 300px;
    height: 80px;
    z-index: 10;
    margin-left: calc(100% - 320px);
    margin-top: 80px;
}

@media (max-width: 1200px) {
    #notification{
        margin-left: 20%;
        margin-top: 80px;
    }
}