.gridContainer .grid1InARow {
	position: relative;
}
.gridContainer .cta_p1 {
	 top: 16.93%;
	 left: 28.77%;
}
.gridContainer .cta_p2 {
	 top: 20.40%;
	 left: 59.15%;
}
.gridContainer .cta_p3 {
	 top: 81.07%;
	 left: 31.15%;
}
.gridContainer .cta_p4 {
	 top: 28.93%;
	 left: 42.23%;
}

@media (max-width: 568px) {
	.gridContainer .cta_p1 {
		 top: 14.79%;
		 left: 12.50%;
	}
	.gridContainer .cta_p2 {
		 top: 20.60%;
		 left: 65.32%;
	}
	.gridContainer .cta_p3 {
		 top: 80.46%;
		 left: 18.13%;
	}
	.gridContainer .cta_p4 {
		 top: 26.58%;
		 left: 36.80%;
	}
}