.gridContainer .grid1InARow {
	position: relative;
}
.gridContainer .cta_p1 {
	 top: 36.40%;
	 left: 63.00%;
}
.gridContainer .cta_p2 {
	 top: 77.33%;
	 left: 30.85%;
}
.gridContainer .cta_p3 {
	 top: 21.33%;
	 left: 39.38%;
}
.gridContainer .cta_p4 {
	 top: 15.87%;
	 left: 29.08%;
}

@media (max-width: 568px) {
	.gridContainer .cta_p1 {
		 top: 35.56%;
		 left: 69.89%;
	}
	.gridContainer .cta_p2 {
		 top: 75.17%;
		 left: 15.49%;
	}
	.gridContainer .cta_p3 {
		 top: 20.42%;
		 left: 33.10%;
	}
	.gridContainer .cta_p4 {
		 top: 15.85%;
		 left: 13.73%;
	}
}