
html,body {
  height: 100%;
}
#split-left {
    background: url('images/landing-hotel-1.jpg') center center no-repeat;
    background-size: cover;
}
#split-right {
    background: url('images/hotel2.jpg') center center no-repeat;
    background-size: cover;
}
h1 {
	font-size: 4rem;
	color: #fff;
	text-align: center;
	padding-top:15%;
}