.gridContainer .grid1InARow {
	position: relative;
}
.gridContainer .cta_p1 {
	 top: 30.13%;
	 left: 60.08%;
}
.gridContainer .cta_p2 {
	 top: 75.73%;
	 left: 30.15%;
}
.gridContainer .cta_p3 {
	 top: 16.40%;
	 left: 28.69%;
}
.gridContainer .cta_p4 {
	 top: 19.07%;
	 left: 39.54%;
}

@media (max-width: 568px) {
	.gridContainer .cta_p1 {
		 top: 29.05%;
		 left: 67.43%;
	}
	.gridContainer .cta_p2 {
		 top: 74.82%;
		 left: 13.20%;
	}
	.gridContainer .cta_p3 {
		 top: 13.55%;
		 left: 11.44%;
	}
	.gridContainer .cta_p4 {
		 top: 18.84%;
		 left: 31.69%;
	}
}