/**
 * All of the CSS for the public-facing CSS source
 * for the MODEC CTA slider.
 */
 #cta-slider-container {
	height: 3000px;
 }

 #cta-slider {
	height: 100vh;
	display: flex;
	align-items: center;
	justify-content:center;
}

#cta-slider #cta-slider-wrapper{
	position: relative;
	display: flex;
	width: 100%;
}

#cta-slider #cta-slider-wrapper .cta-slider-slide {
	width: 100%;
	top: 50%;
	left: 20%;
	transform: translate(-20%, -50%);
	position: absolute;
	opacity:0;
	transition: opacity 0.5s ease;
	margin:0;
	text-align: center;
	color: white;
}

#cta-slider #cta-slider-wrapper .cta-slider-slide .modec-button {
	margin-top: 50px;
}