/* main.css */

/* .swiper {
	width: 100%;
	height: 100%;
}

.swiper-wrapper {
	display: flex;
}

.swiper-slide {
	width: 100% !important;
	flex-shrink: 0;
}

#hero {
  height: 70vh !important;
} */