.swiper-container.si-slider {
	overflow: hidden;
	position: relative;
}
.swiper-container.si-slider .swiper-wrapper {
	align-items: stretch;
	overflow: auto;
	display: flex;
	width: fit-content;
	height: 100vh;
}

.swiper-container.si-slider .swiper-wrapper .swiper-slide .content-slide{
	width: 100%;
	height: 100%;
	
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	
	display: flex;
	align-items: center;
}

.swiper-container.si-slider .swiper-wrapper .swiper-slide .content-slide  .content-info {
	text-align: center;
	margin: auto;
	color: #fff;
	z-index: 1;
}

/* Pagination */

.swiper-container.si-slider > .swiper-pagination {
    position: absolute;
    text-align: center;
    transition: .3s opacity;
    transform: translate3d(0,0,0);
    z-index: 10;
    bottom: 10px;
    left: 0;
    right: 0;
    width: auto!important;
}

.swiper-container.si-slider > .swiper-pagination-bullets .swiper-pagination-bullet {
    display: inline-block;
}

.swiper-container.si-slider .swiper-pagination-bullet {
    width: 8px;
    height: 8px;
    display: inline-block;
    border-radius: 100%;
    background-color: #FFFFFF;
    border: 2px solid transparent;
    margin-right:10px;
}
.swiper-pagination-clickable .swiper-pagination-bullet {
    cursor: pointer;
}

.swiper-container.si-slider > .swiper-pagination-bullets .swiper-pagination-bullet:not(.swiper-pagination-bullet-active){
	margin-bottom:1px;
}

.swiper-container.si-slider .swiper-pagination-bullet-active {
	background-color: transparent;
	border-color: #FFFFFF;
	width: 10px;
	height: 10px;
}

.si-slider .centered {
	text-align: center;
	position: absolute;
	top: 50%;
	left: 50%;
 	transform: translate(-50%, -50%);
}

.si-slider .swiper-slide .background-video {

	position: fixed;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
	pointer-events: none;
	overflow: hidden;
}

.si-slider .swiper-slide .background-video  iframe {
	width: 100vw;
	height: 56.25vw; 
	min-height: 100vh;
	min-width: 177.77vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
