@charset "UTF-8";

	body {background:#f9f9f9;}
	.container {width:100%; height:100%; text-align:center;}
	.container img { margin:0 auto; padding:0px; margin:0px;  position: relative; top: 30%;  max-width:85%; min-width:200px}
	
		/* Small only */
@media screen and (max-width: 39.9375em) {
body {border-top:2px solid green!important;}
.container img {border:1px solid red; top: 40%;  min-width:100%; width:300px!important}
}
	