.full-width{
	width: 100%;
}


.parallax-bg-image {  
	position: relative;
	background-attachment: fixed;  
	background-position: center;  
	background-repeat: no-repeat;  
	background-size: cover;
}


.parallax-caption {  
	position: absolute;  
	left: 0;  top: 50%;  
	width: 100%; 
}

