@media (min-width: 1281px) {
}

@media (min-width: 1025px) and (max-width: 1280px) {
}

@media (min-width: 768px) and (max-width: 1024px) {
}

@media (min-width: 768px) and (max-width: 1024px) and (orientation: landscape) {
}

@media (min-width: 600px) and (max-width: 767px) {
}

@media (min-width: 320px) and (max-width: 599px) {
  #navbar {
    display: none !important;
  }
  #bottomNavbar,
  #topNavbar {
    display: block !important;
  }
  .searchBox {
    width: 90vw;
    border-radius: 0.25em;
  }
  #filterBox {
    position: fixed;
    left: -100%;
    top: 0%;
    width: 100%;
    height: 100%;
    background: white;
    z-index: 100;
    transition: 0.4s ease-in-out;
  }
  #filterBox.show {
    left: 0%;

    transition: 0.4s ease-in-out;
  }

  .widget-visible iframe {
    right: 1px !important;
    bottom: 67px !important;
  }
  #filterButton {
    display: block;
  }
}
