.google-map {
  width: 100%;
  height: 100%;
}

.carouselItem {
  max-width: 100% !important;
  max-height: 100% !important;
  object-fit: contain;
  overflow: hidden;
}

.inner-size {
  width: 100%;
  height: 70vh;
  max-height: 70vh !important;
}

.wrapper img {
  height: 100%;
  width: 100%;
  overflow: hidden;
}
