.simple-slider .swiper-slide {
  height: 500px;
  background-repeat: no-repeat;
  background-size: cover;
  background-position: center;
}

.simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
  width: 50px;
  margin-left: 20px;
  margin-right: 20px;
}

@media (max-width:767px) {
  .simple-slider .swiper-button-next, .simple-slider .swiper-button-prev {
    display: none;
  }
}

@media (max-width:767px) {
  .simple-slider .swiper-slide {
    height: 360px;
  }
}

#highlights {
  background: #f4f4f4;
  max-height: 100%;
  min-height: 1200px;
}

@media (max-width: 800px) {
  #more-news {
  }
}

#news-archive {
  background: #f4f4f4;
  max-height: 100%;
  min-height: 1000px;
}

#news-template {
  min-height: 500px;
  max-height: 100%;
  background: #f4f4f4;
}

