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

section#fes {
	width: 980px;
    margin: 60px auto;
}

section#fes img {
	width: 980px;
	height: 100px;
}
	@media only screen and (max-width: 768px) {
	section#fes {
		width: 90%;
		margin: 60px auto;
	}

	section#fes img {
		width: 100%;
		height: auto;
	}
	}