

.SW-1 {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	height: 100%;
	--swiper-theme-color: #000;
	--swiper-navigation-size: 22px;
	z-index: 0;
}  
#slider {
	height: 100vh;
}
.swiper-container {
	width: 100%;
	height: 100%;
	margin-left: auto;
	margin-right: auto;
}
.swiper-slide {
	background: #fff;
/* Center slide text vertically */
	display: -webkit-box;
	display: -ms-flexbox;
	display: -webkit-flex;
	display: flex;
	-webkit-box-pack: center;
	-ms-flex-pack: center;
	-webkit-justify-content: center;
	justify-content: center;
	-webkit-box-align: center;
	-ms-flex-align: center;
	-webkit-align-items: center;
	align-items: center;
	overflow: hidden;
}
.swiper-slide img, video {
	position: absolute;
	width: auto;
	height: auto;
	min-width: 100%;
	min-height: 100%;    
}
.slide-overlay {
	text-align: center;
	font-size: 18px;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	display: flex;
	align-items: center;
}
.swiper-mute-btn {
	position: absolute;
	top: calc(80px + var(--topbar-height));
	right: 10px;
	background: rgba(0,0,0,.2);
	border: none;
	z-index: 5;
	font-size: 1.5rem;
	border-radius: 3rem;
	width: 3rem;
	height: 3rem;
	line-height: 3rem;
	text-align: center;
	cursor: pointer;
}
.swiper-mute-btn::before {
	color: var(--main-text-color-invert);
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 600;
	content: "\f6a9"!important
}
.swiper-mute-btn.up::before {
	color: var(--main-text-color);
	font-family: 'Font Awesome\ 5 Free';
	font-weight: 600;
	content: "\f028"!important
}
.swiper-mute-btn:hover::before {
 color: var(--main-tpl-color)
}
.swiper-button-prev, .swiper-button-next {
	color: #fff
}
.slide-text {
	color: #fff;      	
}
.slide-text > h1, .slide-text > p {
	text-shadow: 2px 2px 2px #000;
}
@media (max-width: 992px) {
h1 {
	font-size: 2rem;
}
.slide-text > p {
	font-size: 1.5rem;
}
.swiper-button-prev, .swiper-button-next {
	display: none
}
}
@media (max-width: 768px) {
.slide-text > p {
	font-size: 1.2rem;
}
}
@media (max-width: 600px) {
.slide-text > p {
	display: none;
}
}
@media screen and (-ms-high-contrast:active), screen and (-ms-high-contrast:none) {
.swiper-slide img, video {
	position: relative!important;  
}
}       
