.main-banner {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
}

.hero-slide__body {
  justify-content: center;
}

@media screen and (max-width: 1200px) {
  .main-banner {
    height: 100%;
    object-fit: cover;
  }
}
