.header-top-right.position-static {
  position: relative !important;
}
.responsive-cover {
  display: block !important;
  margin: 0 auto !important;
  width: 100% !important;
  max-width: 800px !important;
  height: auto !important;
  box-sizing: border-box !important;
}
@media (max-width: 576px) {
  .responsive-cover {
    max-width: 100% !important;
  }
}
@media (max-width: 576px) {
  .hide-on-mobile {
    display: none !important;
  }
}
@media (max-width: 576px) {
  .hide-on-mobile {
    display: none !important;
  }
}
