@media only screen and (max-width: 1280px) {
  .wrapper-list-filter {
    display: none;
  }

  [data-mobile-topbar] {
    display: block;
  }

  .hero-vertical-line > div {
    display: none;
  }

  [data-desktop-topbar] {
    display: none;
  }

  img.lot-main-image {
    height: 50vh !important;
  }

  .detail-nav-link.nav-link {
    padding: 10px 15px !important;
  }

  section[data-mobile-menu] {
    display: block;
    position: fixed;
    top: 0;
    left: 0;
    height: auto;
    width: 100vw;
    background: #fff;
    opacity: 0;
    transform: translateY(-200%);
    transition: 0.2s all ease-in-out;
    z-index: 90;
  }

  section[data-mobile-menu].visible {
    opacity: 1;
    transform: translateY(0);
  }

  .landingpage-section-hero {
    height: 100vh;
    max-height: 100%;
  }

  .landingpage-section-hero h1 {
    font-size: 30px !important;
  }

  .landingpage-section-hero h3 {
    font-size: 24px !important;
  }

  .hero-usp-item > span {
    font-size: 18px !important;
  }

  .landingpage-section-blue {
    height: auto;
    padding: 30px;
  }

  .hero-usp-item-wrapper {
    padding-bottom: 20px;
  }

  .landingpage-section-dark {
    padding-top: 40px;
    padding-bottom: 40px;
    padding-left: 20px;
    padding-right: 20px;
  }

  .landingpage-section-dark .hero-timeleft {
    padding-left: 15px;
    bottom: auto;
    right: auto;
    padding-top: 30px;
    position: relative;
  }

  img[src="/content/images/checklist-icon.png"] {
    width: 23px !important;
    height: 23px !important;
  }

  footer > .container > .row > *:not(:last-child) {
    margin-bottom: 30px;
  }
}
