#alert-container {
    position: absolute;
    top: 30px;
    left: 50%;
    transform: translateX(-50%);
    z-index: 100;
    max-width: 30%;
}

@media (max-width: 767.98px) {

    #alert-container {
        max-width: 80%;
    }

}