@media only screen and (min-width: 451px) {
@media only screen and (max-width: 1299px) {
/*Title of page*/
h2 {
	text-align: center;
	line-height: 10vw;
}

h2 > abbr {
	text-decoration: none;
}

/*Article section*/
#article1 {
	align-items: center;
	text-align: center;
	padding: 5vw;
}

#article1 > img {
	width: 50%;
	height: 50vw;
}

#article2 {
	align-items: center;
	text-align: center;
	padding: 5vw;
}

#article2 > img {
	width: 50%;
	height: 50vw;
}
}
}