.login-hero
{
    background-image: url(../../../images/business_academy_background.png);
	background-repeat: no-repeat;
	background-size: contain;
	height: 71px;
	margin-top: 81px;
	background-position: center;
}

@media only screen and(max-width: 425px){ .login-hero {
background-image: url(../../../images/business_academy_background.png);
background-repeat: no-repeat;
background-size: contain;
height: 150px;
margin-top: 49px;
}}