#hp-banner .banner-list {
  visibility: hidden;
}
#hp-banner .banner-list.slick-initialized {
  visibility: visible;
}
#hp-banner .banner-list .slider-item.has-mobile .image-mobile {
  display: block;
}
@media (min-width: 768px) {
  #hp-banner .banner-list .slider-item.has-mobile .image-mobile {
    display: none;
  }
}
#hp-banner .banner-list .slider-item.has-mobile .image-laptop {
  display: none;
}
@media (min-width: 768px) {
  #hp-banner .banner-list .slider-item.has-mobile .image-laptop {
    display: block;
  }
}
#hp-banner .dots .dot {
  height: 6px;
  width: 6px;
  background: #e6e6e6;
}
#hp-banner .dots .slick-active .dot {
  height: 10px;
  width: 10px;
  background: #C09B51;
}
#hp-banner .arrow-left, #hp-banner .arrow-right {
  height: -moz-fit-content;
  height: fit-content;
}

@media (max-width: 768px) {
  #hp-news .news-list, #hp-recipes .news-list {
    visibility: hidden !important;
  }
  #hp-news .news-list.slick-initialized, #hp-recipes .news-list.slick-initialized {
    visibility: visible !important;
  }
}
#hp-news .dots .dot, #hp-recipes .dots .dot {
  height: 6px;
  width: 6px;
  background: #e6e6e6;
}
#hp-news .dots .slick-active .dot, #hp-recipes .dots .slick-active .dot {
  height: 10px;
  width: 10px;
  background: #C09B51;
}

.arrow-left, .arrow-right {
  top: 50%;
}

@media (max-width: 768px) {
  #hp-about .home-about-container .content {
    max-height: 200px;
  }
}
