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

/* Arranging people in flower shape with logo in centre */
#flowerarrangement {
	position: relative;
	width: 100vw;
	height: 125vw;
	padding-bottom: 3vw;
	padding-top: 0vw;
}

#flowerarrangement > #centrallogo {
	position: absolute;
	height: 40vw;
	width: 40vw;
	text-align: center;
	align-items: center;
	left: 30%;
	top: 22.5%;
}
/*Top person - sam*/
#flowerarrangement > #person1 {
	position: absolute;
	height: 20vw;
	width: 20vw;
	text-align: center;
	left: 40%;
	top: 5%;
}

#person1 > img {
	height: 15vw;
	width: 15vw;
}
/* right hand person - Ann*/
#flowerarrangement > #person2 {
	position: absolute;
	height: 20vw;
	width: 20vw;
	text-align: center;
	right: 15%;
	top: 31%;
}

#person2 > img {
	height: 15vw;
	width: 15vw;
}
/* bottom person - terrie*/
#flowerarrangement > #person3 {
	position: absolute;
	height: 20vw;
	width: 20vw;
	text-align: center;
	left: 40%;
	top: 50%;
}

#person3 > img {
	height: 15vw;
	width: 15vw;
}
/* left hand person - Carol*/
#flowerarrangement > #person4 {
	position: absolute;
	height: 20vw;
	width: 20vw;
	text-align: center;
	left: 15%;
	top: 31%;
}

#person4 > img {
	height: 15vw;
	height: 15vw;
}
}