.gridContainer .grid1InARow {
	position: relative;
}
.gridContainer .cta_p1 {
	 top: 29.87%;
	 left: 61.15%;
}
.gridContainer .cta_p2 {
	 top: 75.07%;
	 left: 25.46%;
}
.gridContainer .cta_p3 {
	 top: 29.47%;
	 left: 28.00%;
}
.gridContainer .cta_p4 {
	 top: 29.33%;
	 left: 39.92%;
}

@media (max-width: 568px) {
	.gridContainer .cta_p1 {
		 top: 27.64%;
		 left: 67.96%;
	}
	.gridContainer .cta_p2 {
		 top: 73.42%;
		 left: 7.22%;
	}
	.gridContainer .cta_p3 {
		 top: 26.94%;
		 left: 11.62%;
	}
	.gridContainer .cta_p4 {
		 top: 26.94%;
		 left: 31.69%;
	}
}