.responsive {
  width: 100%;
  height: auto;
}

.min-height-100vh {
  min-height: 100vh !important;
  min-height: 100svh !important;
}

@media (min-width: 768px) {
  #sliderContent {
    visibility: hidden;
    display: none;
  }

  /* .min-height-100vh {
    min-height: 100vh !important;
    min-height: 50svh !important;
  } */
}
