*{
	margin: 0;
	padding: 0;
	box-sizing:border-box;
}
.container{
	Width: 100%;
	height: 100%;
	background: Black;
	display: flex;
	align-items: center;
	justify-content: center;	
}
.swiper{
	width: 80%;
	height: fit-content;
	
}
.swiper-slide img
{
	width: 100%;
	
}
.swiper .swiper-button-prev, .swiper .swiper-button-next{
	color: white;	
}
.swiper .swiper-pagination-bullet-active{
	background: white;
}