@media only screen and (max-width: 450px) {
/*Intro blurb and group photo section*/
#groupphoto {
	opacity: 0.6;
	width: 100%;
	height: 100%;
}

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

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


/*News and new in shop titles*/
h2 {
	text-align: center;
	font-size: 8vw;
}

/*News section*/
article {
	text-align: center;
	align-items: center;
	padding-bottom: 5vh;
}

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

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

/*Shop section*/
#shopsection {
	text-align: center;
	align-items: center;
}

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

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

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