
*{
	margin: 0;
	padding: 50;
	box-sizing: border-box;
}
.container{
	width: 100%;
	height: 250%;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.h1 {
    background-color: red;
    color: white;
	text-align: center;
    padding: 0px 15px;
    border-radius: 0px;
    margin-top: 0%;
}

.banner {
	width: 100%;
	height: 10vh;
}

.container{
	width: 100%;
	height: 250%;
	background: #222;
	display: flex;
	align-items: center;
	justify-content: center;
}

.swiper{
	width: 100%;
	height: 76.1vh;
}


.swiper-slide img{
	width: 100%;
	height: 100%;
	align-items: center;
}
