@media (min-device-width: 577px) {
	.hidden-desktop {
		display: none !important;
	}
	.visible-desktop {
		display: inherit !important;
	}
	.visible-phone {
		display: none !important;
	}
	.hidden-phone {
		display: inherit !important;
	}
}

@media (max-device-width: 1023px) {
	.hidden-phone {
		display: none !important;
	}
	
	.featureDescription {width:540px;}
	.feature.right .featureDescription {width:500px;}
}

@media (max-device-width: 576px) {
	
	.hidden-desktop {
		display: inherit !important;
	}
	.visible-desktop {
		display: none !important;
	}
	.visible-phone {
		display: inherit !important;
	}
	.hidden-phone {
		display: none !important;
	}
	
	.container {overflow:hidden;}
	.feature.right {padding-left:430px;}
}