@media (max-width: 50rem) {
  .stacked-carousel-responsive-container {
    height: 400px !important;
    z-index: 2;
  }
  .react-stacked-center-carousel {
    height: 400px !important;
    display: flex;
    flex-direction: column;
    align-items: center;
    justify-content: center;
  }
  .react-stacked-center-carousel-slide--2 {
    top: 0;
    left: 0;
    transform: translateY(-68.5625px) scale(0.7225) !important;
    align-self: center;
  }
  .react-stacked-center-carousel-slide--1 {
    top: 0;
    left: 0;
    transform: translateY(-20.0608px) scale(0.85) !important;
    align-self: center;
  }
  .react-stacked-center-carousel-slide-0 {
    left: 0 !important;
    align-self: center;
    width: 100% !important;
  }
  .react-stacked-center-carousel-slide-1 {
    bottom: 0 !important;
    transform: translateY(25.0608px) scale(0.85) !important;
    align-self: center;
  }
  .react-stacked-center-carousel-slide-2 {
    bottom: 0 !important;
    transform: translateY(68.5625px) scale(0.7225) !important;
    align-self: center;
  }
}