@media screen and (max-width:1000px){
	.mod-content-image-banner{
		height:19.5em; 
		} 
} 
@media screen and (max-width:720px)
{ .mod-content-image-banner{
	height:14.5em; 
	} 
	} 
	@media screen and (max-width:490px){
		.mod-content-image-banner{
			height:10em; 
			} 
			}
