@media only screen and (min-width: 451px) {
@media only screen and (max-width: 1299px) {
/*Group photo and intro blurb section*/
#groupphoto {
	position: relative;
	width: 100vw;
	padding: 3vw;
	opacity: 0.6;
}

#groupphotoblurb {
	position: relative;
	text-align: center;
	color: #000;
	padding-bottom: 10vh;
}

#groupphotoblurb > p {
	position: absolute;
	top: 70%;
	left: 50%;
	transform: translate(-50%, -50%);
	font-size: 3vw;
}

/*News and shop sections*/
#newsshopsection {
	position: relative;
	width: 100vw;
	height: 40vw;
	padding-bottom: 5vh;
}

/*News and new in shop titles*/
h2 {
	font-size: 3vw;
}

/*News section*/
#newsshopsection > #newssection {
	position: absolute;
	width: 50vw;
	height: 50vw;
	left: 2vw;
	top: 0vw;
	padding-top: 2vw;
	text-align: center;
}

article > a {
	text-decoration: none;
	color: #000;
}

article > a > img {
	width: 30%;
	height: 20vw;
}

/*Shop section*/
#newsshopsection > #shopsection {
	position: absolute;
	width: 50vw;
	height: 50vw;
	right: 5vw;
	top: 0vw;
	padding-top: 2vw;
	text-align: center;
}

#shopsection > a {
	text-decoration: none;
	color: #000;
}

#shopsection > a > img {
	width:30%;
	height: 20vw;
}

#shopsection > a > h3 > abbr {
	text-decoration: none;
}
}
}