@media (max-width:500px) {
.aui body.fcbTheme .match .match__header__sponsor__logo {
    height: 1.5rem!important;
}
.matches__data{
	width: 68.5%!important;
	float: left!important;
}
.aui body.fcbTheme .match .match__header__sponsor {
	float:right!important;
	margin-top:0!important;

}
}
@media screen and (min-width: 501px) and (max-width:767px) {
.aui body.fcbTheme .match .match__header__sponsor__logo {
    height: 2.8rem!important;
}
.matches__data{
	width: 60%!important;
	float: left!important;
}
.aui body.fcbTheme .match .match__header__sponsor {
	float:right!important;
	margin-right:0.625rem!important;	
}
}
@media screen and (min-width: 768px) and (max-width: 959px) {
.aui body.fcbTheme .match .match__header__sponsor__logo {
    height: 2.8rem!important;
}
}
							