.alert-banner {
  width: 100%;
  top: 0;
  z-index: 100;
  padding: 0.5rem 1rem 0.4rem;
  box-sizing: border-box;
  border-bottom: 6px solid #000;
  background-color: #ac000b;
  color: #fff;
  
  font-size: 1.1rem;
  text-align: center;

  /* animation: animate-color 1s ease 2s forwards; */
}

.alert-banner p {
  margin-bottom: 3px;
}

.alert-banner {
  position: absolute;
}
/* @media(min-width: 768px) {} */

@media(min-width: 1240px) {
  .alert-banner {
    position: fixed;
  }
}
