.carousel {
  max-width: 100%;
  height: auto;
}

.cell-container {
  max-width: 100%;
  max-height: 50vh!important;
  display: flex;
    align-items: center;
    justify-content: center;
}
.cell {
  width: 100%;
  max-height: 50vh;
  display: flex;
    align-items: center;
    justify-content: center;
}


@media (max-width: 1230px) {

}
