.splash {
height: 500px;
width: 500px;
}

@media only screen and (max-width: 800px) {
.splash {
   height: 300px!important;
	width: 300px!important;
  }
}