
.carousel {
  margin-top: 1em;
  display: flex;
  flex-direction: column;
  align-items: center;
}

.carousel-inner {
  max-width: 800px;
}

.header {
  display: flex;
  flex: auto;
  flex-direction: row;
}

@media (max-width: 800px) {
  .carousel-items img {
    max-width: 100%;
  }
}