section#front_banner{
	position: relative;
	width: 100%;
	height: 400px;
}

#image-roll .active{ /* Image that is showing at the moment */
	z-index: 3;
}

#image-roll{ /* Values for images in image roll */
	position: absolute;
	z-index: 1;
    width: 100%;
    height: 100%;
    max-height: 100%;
}

.backg-img{
	position: absolute;
	background-size: 100% auto;
	background-repeat: no-repeat;
	background-position: center;
	width: 100%;
	height: 100%;
}

section#welcome-text{
	position: relative;
	width: 100%;
	height: 100%;
}