/* ----------------------------------------------------------------
	Responsive CSS
-----------------------------------------------------------------*/


/*
Large devices
Desktops (â‰¥1200px) 
*/


.slider-title-reality{
	display:inline-block;
	Position:relative;
	background-image: url('../images/slider/Homeownership-text.png');
		  background-repeat: no-repeat;
	width:343px;
	height:30px;
	
	
	 /* background-position: center; */


}

.script-slider-reality{
	background-image: url('../images/slider/Reality-text.png');
		  background-repeat: no-repeat;
	width:329px;
	height:140px;
/*	  background-position: center; */


}




/* slider 2 */

.slider-title-home{
	background-image: url('../images/slider/Perfect-first-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:191px;
	height:30px;


}

.script-slider-home{
	background-image: url('../images/slider/Home-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:309px;
	height:130px;


}




/* slider 3 */

.slider-title-families{
	background-image: url('../images/slider/For-young-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:133px;
	height:30px;


}

.script-slider-families{
	background-image: url('../images/slider/Families-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
width:396px;
	height:130px;

}




/* slider 4 */

.slider-title-school{
	background-image: url('../images/slider/Near-top-ranked-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:209px;
	height:29px;


}

.script-slider-school{
	background-image: url('../images/slider/Schools-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:388px;
	height:130px;


}


/* slider 5 */

.slider-title-retirees{
	background-image: url('../images/slider/Ideal-for-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:135px;
	height:30px;

}

.script-slider-retirees{
	background-image: url('../images/slider/Retirees-text.png');
		  background-repeat: no-repeat;
	  background-position: center;
width:393px;
	height:130px;

}


/* smaller browsers and phones */

@media (max-width: 676px) {


.slider-title-reality{
	background-image: url('../images/slider/Homeownership-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:183px;
	height:16px;


}

.script-slider-reality{
	background-image: url('../images/slider/Reality-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:180px;
	height:77px;

}




/* slider 2 */

.slider-title-home{
	background-image: url('../images/slider/Perfect-first-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:121px;
	height:30px;


}

.script-slider-home{
	background-image: url('../images/slider/Home-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:152px;
	height:64px;


}




/* slider 3 */

.slider-title-families{
	background-image: url('../images/slider/For-young-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:84px;
	height:19px;


}

.script-slider-families{
	background-image: url('../images/slider/Families-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
		width:185px;
	height:61px;
		margin-left: -14px;



}




/* slider 4 */

.slider-title-school{
	background-image: url('../images/slider/Near-top-ranked-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:157px;
	height:19px;


}

.script-slider-school{
	background-image: url('../images/slider/Schools-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
		width:185px;
	height:62px;
		margin-left: -8px;



}


/* slider 5 */

.slider-title-retirees{
	background-image: url('../images/slider/Ideal-for-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
		width:86px;
		height:19px;
		


}

.script-slider-retirees{
	background-image: url('../images/slider/Retirees-text-sm.png');
		  background-repeat: no-repeat;
	  background-position: center;
	width:185px;
	height:61px;
	margin-left: -12px;
	
}




}

