.gridContainer .grid1InARow {
	position: relative;
}
.gridContainer .cta_p1 {
	 top: 40.27%;
	 left: 59.31%;
}
.gridContainer .cta_p2 {
	 top: 76.53%;
	 left: 28.77%;
}
.gridContainer .cta_p3 {
	 top: 15.87%;
	 left: 26.23%;
}
.gridContainer .cta_p4 {
	 top: 34.27%;
	 left: 37.77%;
}

@media (max-width: 568px) {
	.gridContainer .cta_p1 {
		 top: 37.50%;
		 left: 66.55%;
	}
	.gridContainer .cta_p2 {
		 top: 77.46%;
		 left: 13.73%;
	}
	.gridContainer .cta_p3 {
		 top: 14.79%;
		 left: 8.63%;
	}
	.gridContainer .cta_p4 {
		 top: 33.10%;
		 left: 28.34%;
	}
}