.companyLogo{height:100%;width:100%}
.row .alternatingBackground:nth-child(even){background-color:#f2f2f2}
.row .alternatingBackground:nth-child(odd){background-color:#fff}
@media(min-width:576px){.row .alternatingBackground:nth-child(4n-2),.row .alternatingBackground:nth-child(4n-3){background:#f2f2f2}
.row .alternatingBackground:nth-child(4n),.row .alternatingBackground:nth-child(4n-1){background:#fff}
}
@media(min-width:768px){.row .alternatingBackground:nth-child(8n-7),.row .alternatingBackground:nth-child(8n-6),.row .alternatingBackground:nth-child(8n-5),.row .alternatingBackground:nth-child(8n-4){background:#f2f2f2}
.row .alternatingBackground:nth-child(8n),.row .alternatingBackground:nth-child(8n-1),.row .alternatingBackground:nth-child(8n-2),.row .alternatingBackground:nth-child(8n-3){background:#fff}
}