Alert z popupu nahoru

<style>

/* Alert */
.site-msg.information {
position: initial;
width: 100%;
text-align: center;
max-width: calc(100%);
color: #000;
font-size: 14px;
}
.site-msg.information {
background: #f77136;
}
@media (min-width: 768px) {
.site-msg.information .container {max-width: 1200px;}
}
#header {position: relative;}

</style>