/* ===== Container: cap the available height ===== */
/*#main-flex {
  max-height: calc(100vh - 290px);
  overflow: hidden;
  box-sizing: border-box;
}*/

@media (max-width: 1024px) {
  #main-flex {
    max-height: 100vh;
  }
}

.slider-text {
  text-align-last: justify;
  line-height: 1.3;
  letter-spacing: 0.005rem;
  word-spacing: 0.015rem;
  text-transform: uppercase !important    
}