@media screen and (min-width: 767px) {
  .dcAlert div div {
    padding: 6px;
    margin-bottom: 0px;
    margin-top: 0px;
    text-align: center;
    background: #F2473F;
    color: #FFF;
    font-weight: bold;
    border-radius: 0px;
    opacity: 0.95;
  }
}

@media screen and (max-width: 766px) {
  .dcAlert div div {
    padding: 6px;
    margin-bottom: 1px;
    margin-top: 81px;
    text-align: center;
    /* background: rgba(242, 71, 63, 0.6) !important;*/
    background: #F2473F;
    color: #FFF;
    font-weight: bold;
    border-radius: 0px;
    opacity: 0.95;
  }
}
