.lang-pt,
.lang-de {
  display: none;
}
img.flag-icon[src="https://flagcdn.com/es.svg"] {
  display: none;
}

.glide {
  margin-bottom: 25px !important;
}
.glide img {
  object-fit: cover !important;
}

.banner-text-overlay .text-container .ql-size-huge {
  background: rgba(0, 0, 0, 0.4);
}
.banner-text-overlay .text-container .ql-size-large {
  background: rgba(0, 0, 0, 0.5);
}

/* Mobile / tablet */
@media (max-width: 1024px) {
  .glide img {
    height: 18vh !important;
  }
  ..ql-size-huge {
    font-size: 34px !important;
    line-height: 1.15 !important;
  }
  ..ql-size-large {
    font-size: 24px !important;
  }
  .banner-text-overlay .text-container {
    margin-left: 5px;
    max-width:85% !important;
  }
}

/* Desktop */
@media (min-width: 1025px) {
  .glide img {
    height: 50vh !important;
  }

  .banner-text-overlay .text-container {
    margin-left: 50px;
    line-height: 1.15 !important;
    max-width:75% !important;
  }

  .ql-size-huge {
    font-size: 48px !important;
  }
}