#alerts-wrapper {
    text-align: center;
    background: #1576cc;
    color: #FFF;
    padding: 15px 0;
}

#alerts-wrapper a {
    color: #FFF;
}


@media only screen and (max-width: 767px) {
    #alerts-wrapper {
        position: relative;
        bottom: -60px;
    }
}
