@media (max-width: 979px){
    #fsHeader .fsBanner {
      max-height: 30vh;
      width: 100%;
    }
}

@media (max-width: 599px) {
  #fsHeader .fsBanner {
    max-height: 25vh;
    width: 100%;
  }
}

#fsHeader::before {
    height: 322px!important;
}

@media (max-width: 799px){
    body.fsAccountBarVisible .drawer-ribbon {
             top: 40px !important;
    }
}