@media only screen and (min-width: 1300px) {
/*Page title*/
h2 {
	text-align: center;
	padding-top: 3vw;
	font-size: 3vw;
	padding-bottom: 2vw;
}

h2 > abbr {
	text-decoration: none;
}

/*Articles and their positioning*/
#allarticles {
	position: relative;
	width: 100vw;
	height: 40vw;
	padding-bottom: 3vw;
}


#allarticles > #article1 {
	position: absolute;
	width: 40vw;
	height: 40vw;
	text-align: center;
	align-items: center;
	left: 7vw;
	top: 5vw;
}

#article1 > img {
	width: 20vw;
	height: 20vw;
}

#allarticles > #article2 {
	position: absolute;
	width: 40vw;
	height: 40vw;
	text-align: center;
	align-items: center;
	right: 7vw;
	top: 5vw;
}

#article2 > img {
	width: 20vw;
	height: 20vw;
}
#wordpress {
	position: relative;
	width: 100vw;
	height: 40vw;
	padding-bottom: 3vw;
}
}