#hotel1
 {
 visibility: hidden;
  position: absolute;
  padding: 12px;
  left: 20%;
  top: 20%;
  color: white;
	width: 650px;
	height: 470px;
  background-color: black;
    border: 4px solid #FFF;
 }
 
 #hotel2	
 {
 visibility: hidden;
  position: absolute;
  padding: 12px;
  left: 20%;
  top: 20%;
  color: white;
	width: 650px;
	height: 380px;
  background-color: black;
    border: 4px solid #FFF;
 }