.events li{
	width:31.333%;
	margin-right:2%;
	margin-bottom: 2%;
	display: block;
	float: left;
	box-shadow: 0px 1px 4px 0px rgba(60, 60, 60, 0.59);
	background: #fff;
}
.mainBanner a img{
	width: 100%;
}
.mainContent{
	max-width: 70%;
	margin:0 auto;
	display: block;
	text-align: center;
}
.mainContent h2{
	font-weight:900;text-transform: uppercase;font-size: 20px;
}
.events li button{
 width: 100%;
 display: block;
 padding: 10px 0;
 border-radius: 0;
 margin: 5px auto; 
 border:0; 
}
.events li button:nth-child(2){
	background: black;
	color: #c0c0c0;
	font-weight: 900;
	text-transform: uppercase;
}
.events li .content {
	padding: 20px;
}
.events li .inner-wrappper{
min-height: 150px;
    width: 100%;
    background: #00a4e4;
    background-image: url(https://jdsports-client-resources.co.uk/jdsports-client-resources/mobile_resources/london-air/v1/images/logo-18e9aaa70cfc521565a79eb9da6e5bb2.png);
    background-size: 90%;
    background-position: center center;
    background-repeat: no-repeat;
}

.events li .inner-wrappper span{
	display: block;font-weight: 900;color: #fff;font-size: 28px;text-transform: uppercase;  transform: translate(0%, 150%);
}
.events li .content h5,.events li .content span{
	text-align: left;
	display: block;
}
.events li .content span {
	margin-bottom: 1.67em;
	margin-top: 1.67em;
	text-transform: uppercase;
	font-size: 13px;  
	line-height: 1.7;
}
.mainContent p{
	font-size: 14px;line-height: 1.6;
}
.events li .content h5{
	font-weight: 600;
	font-size: 16px;
	text-transform: uppercase;

}
#londonAir{
	background: #f6f6f6;
}
.clearFix::after{
	clear: both;
	content: ".";
	visibility:hidden;
}
@media screen and (max-width: 960px){
	.mainContent{
		max-width: 90%!important;
	}
}
