.gridContainer .grid1InARow {
	position: relative;
}
.gridContainer .cta_p1 {
	 top: 36.67%;
	 left: 68.15%;
}
.gridContainer .cta_p2 {
	 top: 80.80%;
	 left: 32.92%;
}
.gridContainer .cta_p3 {
	 top: 15.07%;
	 left: 28.46%;
}
.gridContainer .cta_p4 {
	 top: 22.67%;
	 left: 38.15%;
}

@media (max-width: 568px) {
	.gridContainer .cta_p1 {
		 top: 41.02%;
		 left: 79.22%;
	}
	.gridContainer .cta_p2 {
		 top: 78.70%;
		 left: 17.96%;
	}
	.gridContainer .cta_p3 {
		 top: 12.67%;
		 left: 12.50%;
	}
	.gridContainer .cta_p4 {
		 top: 21.83%;
		 left: 29.05%;
	}
}