@charset "utf-8";
/* CSS Document */

.imagecont{
	max-width:100%;
	top:50%;
	display:block;
	margin:0 auto;

}

/* Mobile Layout: 480px and below. Inherits styles from: Global Layout. */

@media only screen and (max-width:749px) {



}

/* Tablet Layout: 481px to 768px. Inherits styles from: Global and Mobile Layout. */

@media only screen and (min-width:750px) and (max-width:1099px) {




}

/* Desktop Layout: 769px to a max of 1232px.  Inherits styles from: Global, Mobile and Tablet Layouts. */

@media only screen and (min-width:1100px) {


}


@media print {
	 


 }

