
/* ------------------------------------------------------------------------------------ */
/* ------------------------------------------------------------------------------------ */
@media all and (max-width: 480px){
	#rowBanner 		{height:180px; background:#222 url('/images/terms-bkg-01s.jpg') no-repeat center center; }
}

@media all and (min-width:481px) and (max-width: 799px){
	#rowBanner 		{background:#222 url('/images/terms-bkg-01m.jpg') no-repeat center center; }
}

@media all and (min-width:800px) and (max-width: 1024px){
	#rowBanner 		{background:#222 url('/images/terms-bkg-01l.jpg') no-repeat center center; }
}

@media all and (min-width:1024px) and (max-width: 1400px){
	#rowBanner  	{background:#222 url('/images/terms-bkg-01.jpg') no-repeat center center; }
}

@media all and (min-width:1401px){
	#rowBanner  	{background:#222 url('/images/terms-bkg-01xl.jpg') no-repeat center center; }
}

@media all and (min-width:1204px) and (max-height:720px){
	#rowBanner		{height:460px; }
}
