 @media (min-width:1200px) and (max-width:1400px) {
	#splash video {
	  width:160%;
	  height:160%;
	  margin:-20% -20% -40% -40%;
	  position:relative;
	  }
}

@media (min-width:500px) and (max-width:1200px) {
	#splash video {
	width: 300%;
	height: 100%;
	margin: -0% -100% 0px -100%;
	position: relative;
	}
}