
body, html {
    height: 100%;
    margin: 0;
}
#custom-alert-wrapper {
    @media (max-width: 1080px) {       
    }
        
    @media (min-width: 1081px) {
        top: 16px;
    }
}