@charset "utf-8";
/* CSS Document */

body {
   background: #999;
}
img{
  	max-width: 70%;
}
section{
	margin:0 auto;
	width: 90%;
  padding: 0 5%;

	text-align: center;
  	position: absolute;
	top: 50%;
  	left: 50%;
  	transform: translate(-50%, -50%);

  /*display: grid;
  justify-items: center;
  align-items: stretch;*/
}

/* @Queries */

@media screen and (max-width: 1200px){
  img{
    max-width: 90%;
  }
  section{
	width: 100%;
  padding: 0;
  }
}