Fixed it :).
My original JS was correct, and this CSS code fixed it. Needed different spacing. Cheers!
/* Events Page White Space */
.page-id-7278 #x-section-1 .x-container > a {
float: left;
width: 50%;
}
.page-id-7278 #x-section-1 .x-container > a > .x-column {
width: 100% !important;
display: block !important;
float: left !important;
}
.page-id-7278 #x-section-3 .x-container > a {
float: left;
width: 50%;
}
.page-id-7278 #x-section-3 .x-container > a > .x-column {
width: 100% !important;
display: block !important;
float: left !important;
}
@media (max-width: 767px){
.page-id-7278 #x-section-1 .x-container > a {
width: 100%;
}
}