@media screen and (min-width: 401px) {
  .scaaf-message-bar {
    top: 85px !important;
  }
}
@media screen and (max-width: 400px) {
  .scaaf-message-bar {
    top: 120px !important;
  }
}
.scaaf-message-bar{
    position: relative !important;
}