#baseThree{
	background: #fff;
	border-bottom-left-radius: 30px;
	border-top-right-radius: 30px;
	height: auto;
	overflow: hidden;
	color: #fff;
	text-transform: uppercase;
	text-align: center;
	height: 500px;
	background-position: center center;	
	background-repeat: no-repeat;
	position: relative;
	display: -webkit-box;    
	display: -moz-box;         
  	display: -ms-flexbox;     
  	display: -webkit-flex;   
  	display: flex;             
  	justify-content: center; 
	align-items: center;
	margin-bottom: 30px;
} 

#content #baseThree .callOut h1 {
    font-size: 20px;
    line-height: 26px;
}

#content #baseThree .callOut h6 {
    font-size: 14px;
    font-weight: 200;
    line-height: 20px;
    margin: 0;
    padding: 0;
}


@media only screen and (max-width : 360px) {

	#baseThree {
	margin-bottom: 30px;	
	}
	
	#baseThree {
	height: 300px;
	background-size: cover;
	}	

	
}

/* Break 2  ----------- */
@media only screen and (min-width : 321px)
and (max-width : 480px) {
	
	#baseThree {
	margin-bottom: 30px;		
	}
	
	#baseThree {
	height: 300px;
	background-size: cover;
	}	


}

/* Break 2.5 ----------- */
@media only screen and (min-width : 451px)
and (max-width : 580px) {
		
	#baseThree {
	margin-bottom: 30px;		
	}
	
	#baseThree {
	height: 300px;
	background-size: cover;
	}	

}


/* Break 3 ----------- */
@media only screen and (min-width : 481px)
and (max-width : 767px) {


	#baseThree {
	margin-bottom: 30px;	
	}

	#baseThree {
	height: 420px;
	background-size: cover;
	}

	
}

/* Break 4 ----------- */
@media only screen and (min-width : 768px)
and (max-width : 1023px) {
	
	#baseThree {
	margin-top: 0px;	
	}
	
	#baseThree {
	height: 235px;
	background-size: cover;
	}
	
	
}

/* Break 5 ----------- */
@media only screen
and (min-width : 1024px) {

	#baseThree {
	margin-top: 0px;	
	}
	
	#baseThree {
	height: 235px;
	background-size: cover;
	}
	
}	

/* Break 6 ----------- */
@media only screen
and (min-width : 1224px) {
	
	#baseThree {
	margin-top: 0px;	
	}
	
	#baseThree {
	height: 375px;
	}
	
	#content #baseThree .callOut h1 {
    font-size: 30px;
    line-height: 36px;
	}

	
}

