img{
	display: block;
	margin: auto;
	padding-bottom: 1rem;
}

@media only screen and (max-width: 600px) {
	img{
		width: 75%;
	}
}