@media screen and (max-width : 700px){
	main > img{
		margin-left: 2em;
		width: 150px;
		height: 150px;
	}
}