.splashImage{
	background-image:url('/images/backgrounds/masonry-awards-bg.jpg');
	background-repeat: no-repeat;
    background-position: center center;
    background-size: cover;
}

/* override keen*/
body {
	font-size: 16px !important;
  }
  @media (max-width: 991.98px) {
	html,
  body {
	  font-size: 14px !important;
	}
  }
  @media (max-width: 767.98px) {
	html,
  body {
	  font-size: 14px !important;
	}
  }
  