.swiper {
	width: 100%;
	height: 70vh;
}

.swiper-slide img {
	width: 100%;
	height: 70vh;
	object-fit:cover;
}

p.hello {
	text-align: center;
	background-color: rgba(30,30,30,0.7);
	width: 70%;
	padding:30px;
	font-size: 1.5em;
	color: white;
	line-height: 150%;
	position: absolute;
	top:25vh;
	left: calc(15% - 30px);
	backdrop-filter:blur(5px);
}