.banner-container {
  display: flex;
  justify-content: center;
  align-items: center;
  width: 100%;
}

.banner-image {
  max-width: 100%;
}

.banner-image:hover {
  cursor: pointer;
}

@media screen and (min-width: 1081px) {
  .banner-container {
    margin-bottom: -2.5rem;
  }
}
