@media screen and (max-width: 600px) {
  /* Target the main slider container class */
  .slider-container {
    display: none !important;
  }
  .sr7-layer {
    font-size: 25px !important;
  }
  /* You may also hide the body margin reset if it causes issues */
  body {
    margin: initial;
    padding: initial;
  }
}

.app-height {
  min-height: 500px;
}
