.iframeres {
  position: relative;
  overflow: hidden;
  width: 100%;
  padding-top: 56.25%; 
}
.responsive-iframe {
  position: absolute;
  top: 0;
  left: 0;
  bottom: 0;
  right: 0;
  width: 100%;
  height: 100%;
}
.textelipsis{
  display: -webkit-box;-webkit-line-clamp: 3;-webkit-box-orient: vertical;overflow: hidden;
}
.titleelipsis{
  display: -webkit-box;-webkit-line-clamp: 2;-webkit-box-orient: vertical;overflow: hidden;
}

#google_translate_element {
  display: none !important;
}

.skiptranslate {
  display: none;
}

/* .bg-image img {
    height: 100%;
    object-fit: fill !important; 
}*/

/*.swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; 
}


@media (max-width: 767px) {
  .swiper-hero, .swiper-hero .swiper-slide {
      max-height: 200px !important;
  }
}
@media (max-width: 640px) {
 .swiper-hero, .swiper-hero .swiper-slide {
      max-height: 200px !important;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .swiper-hero, .swiper-hero .swiper-slide {
        max-height: 300px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .swiper-hero, .swiper-hero .swiper-slide {
      max-height: 300px !important;

  }
}*/


.swiper-custom .swiper-slide {
  text-align: center;
  font-size: 18px;
  background: #fff;
  display: flex;
  justify-content: center;
  align-items: center;
}

.swiper-custom > .swiper-slide img {
  display: block;
  width: 100%;
  height: 100%;
  object-fit: contain; 
}

@media (max-width: 767px) {
  .swiper-custom .swiper-hero, 
  .swiper-custom .swiper-hero .swiper-slide {
      max-height: 200px !important;
  }
}

@media (max-width: 640px) {
  .swiper-custom .swiper-hero, 
  .swiper-custom .swiper-hero .swiper-slide {
      max-height: 200px !important;
  }
}

@media (min-width: 641px) and (max-width: 768px) {
  .swiper-custom .swiper-hero, 
  .swiper-custom .swiper-hero .swiper-slide {
        max-height: 300px !important;
  }
}

@media (min-width: 769px) and (max-width: 1024px) {
  .swiper-custom .swiper-hero, 
  .swiper-custom .swiper-hero .swiper-slide {
      max-height: 300px !important;
  }
}
