@media only screen and (max-width: 800px){
#slideShowWrapper span.slideShowText span.topText{
	font-size:60px;
	line-height:50px;
	}
}
@media only screen and (max-width: 720px){
.designColumnInner{
	height:unset;
	}
}
@media only screen and (max-width: 640px){
.desSecTextCont span.title2{
	padding:0;
	font-size:31px
	}
}
@media only screen and (max-width: 480px){
#slideShowWrapper span.slideShowText span.topText{
	font-size:40px;
	line-height:38px;
	}
.slideShowWrapperCont, #slideShowWrapper, section.selectedPageBanner .pageImgBannerCont{
	height:450px;
	}
}
@media only screen and (max-width: 360px){
#slideShowWrapper span.slideShowText span.topText{
	font-size:36px;
	line-height:32px;
	}
.slideShowWrapperCont, #slideShowWrapper, section.selectedPageBanner .pageImgBannerCont{
	height:320px;
	}
}