
/*** T3SB identifier: t3sbs_footerSticky */

html {
	position:relative;
	min-height:100%
}
#page-footer {
	position:absolute;
	bottom:0;
	width:100%
}



/*** T3SB identifier: swipercss-1352 */

#mySwiper.swiper-container {
	position: relative;
}

#mySwiper .swiper-slide {
	background-position: center;
	background-size: cover;
	width: 60%;
	height: 70vh;
	border-radius: 8px;
	overflow: hidden;
}

#mySwiper img {
	border-radius: 8px;
}

#mySwiper .swiper-slide-shadow-left img,
#mySwiper .swiper-slide-shadow-right img {
	overflow:hidden;
}

@media (min-width: 576px) {
	#mySwiper .slide-content {
		position: absolute;
		left: 0;
		width: 100%;
		bottom: 0;
		padding: 10rem 2rem 1rem;
		box-sizing: border-box;
		background: linear-gradient(to bottom,rgba(0,0,0,0),rgba(0,0,0,.90));
		border-radius: 8px;
		color: #fff;
	}
}


