@font-face {
  font-family: 'OstrichHeavy';
  src: url('/wp-content/themes/yatatheme/fonts/OstrichSans-Heavy.otf') format('truetype');
  font-weight: normal;
  font-style: normal;
}
.section-galeriedimages h2 {
  color: #5b5d8b;
  margin-bottom: 3rem;
}
.section-galeriedimages .swiper-slide {
  height: 500px;
  margin-bottom: 0;
}
.section-galeriedimages .swiper-slide .imgcropCtn {
  height: 100%;
  display: block;
}
@media (max-width: 1399px) {
  .section-galeriedimages .swiper-slide {
    height: 400px;
  }
}
@media (max-width: 1199px) {
  .section-galeriedimages .swiper-slide {
    height: 480px;
  }
}
@media (max-width: 991px) {
  .section-galeriedimages .swiper-slide {
    height: 380px;
  }
}
@media (max-width: 767px) {
  .section-galeriedimages .swiper-slide {
    height: 480px;
  }
}
@media (max-width: 575px) {
  .section-galeriedimages .swiper-slide {
    height: 90vw;
  }
}
