.sidebar-horizontal {
  background-color: unset;
}
@media only screen and (max-width: 767px) {
  .mobile-navigation {
    display: none !important;
  }
}
