/* Add custom CSS styles below */
.top-nav{
  display: none;
}

/* MOBILE */
@media (max-width: 768px) {
  .swiper {
    background-color: white;
  }
  .swiper-wrapper {
    height: 15rem !important;
  }
  .swiper-slide {
    margin-top: 5rem;
    height: 10rem !important;
  }
}