.alertWrapper { display: none; }

header .alertWrapper { display: block; }

.alertInner {
  background: #cd1a1a;
  color: #fff;
  padding: 20px;
  position: relative;
  box-shadow: 0px 0px 5px #333333;
  box-sizing: border-box;
 text-align: center;
  z-index: 55;
  font-size: 24px;
font-weight: bold;
 width: 100%;
}

.alertInner a,
.alertInner a:hover,
.alertInner a:focus {
    color: #fff;
    text-decoration: underline;
}

@media screen and (max-width: 960px){
    .alertInner {
        font-size: 16px;
    }
}