.gridContainer .grid1InARow {
	position: relative;
}
.gridContainer .cta_p1 {
	 top: 35.86%;
	 left: 67.85%;
}
.gridContainer .cta_p2 {
	 top: 78.13%;
	 left: 29.69%;
}
.gridContainer .cta_p3 {
	 top: 15.87%;
	 left: 27.77%;
}
.gridContainer .cta_p4 {
	 top: 20.80%;
	 left: 37.23%;
}

@media (max-width: 568px) {
	.gridContainer .cta_p1 {
		 top: 39.44%;
		 left: 80.46%;
	}
	.gridContainer .cta_p2 {
		 top: 77.29%;
		 left: 15.67%;
	}
	.gridContainer .cta_p3 {
		 top: 12.32%;
		 left: 9.86%;
	}
	.gridContainer .cta_p4 {
		 top: 19.72%;
		 left: 27.46%;
	}
}