#slider-home {
	width: 100%;
}
#slider-home .swiper-slide {
	position: relative;
	overflow: hidden;
	z-index: 0;
}
#slider-home .swiper-slide img {
	display: block;
	width: 100%;
}
#slider-home-pagination {
	position: absolute;
	bottom: 0; right: 0;
	text-align: right;
	padding: 15px;
	z-index: 4;
}
#slider-home .swiper-pagination-bullet { 
	background-color: transparent;
	border: var(--color-white) 2px solid;
	opacity: 1;
	width: 15px;
	height: 15px;
}
#slider-home .swiper-pagination-bullet-active { 
	background-color: var(--color-white);
}
@media screen and (max-width: 860px) {
	#slider-home-pagination {
		text-align: center;
	}
}
@media screen and (max-width: 480px) { 
	#slider-home .swiper-slide img {
		width: 130%;
		margin: 0 0 0 -30%;
	}
}