@media only screen and (max-width: 768px) {
	#about_us_animated_header_div {
		min-height: 215px;
	}
	
	#about_us_animated_header_div > span {
		left: 25px;
		bottom: 40px;
	}
	
	#about_us_animated_header_div > span {
		display: none;
	}
	
	#hotel_location_animated_header_div {
		min-height: 215px;
	}
	
	#hotel_location_animated_header_div > span {
		left: 25px;
		bottom: 40px;
	}
	
	#hotel_location_animated_header_div > span {
		display: none;
	}
}

@media only screen and (min-width: 768px) {
	#about_us_animated_header_div {
		min-height: 460px;
	}
	
	#about_us_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#about_us_animated_header_div > span {
		display: block;
	}
	
	#hotel_location_animated_header_div {
		min-height: 460px;
	}
	
	#hotel_location_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#hotel_location_animated_header_div > span {
		display: block;
	}
}

@media only screen and (min-width: 1024px) {
	#about_us_animated_header_div {
		min-height: 460px;
	}	
	
	#about_us_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#about_us_animated_header_div > span {
		display: block;
	}
	
	#hotel_location_animated_header_div {
		min-height: 460px;
	}	
	
	#hotel_location_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#hotel_location_animated_header_div > span {
		display: block;
	}
}

@media only screen and (min-width: 1250px) {
	#about_us_animated_header_div {
		min-height: 550px;
	}
	
	#about_us_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#about_us_animated_header_div > span {
		display: block;
	}
	
	#hotel_location_animated_header_div {
		min-height: 550px;
	}
	
	#hotel_location_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#hotel_location_animated_header_div > span {
		display: block;
	}
}

@media only screen and (min-width: 1400px) {
	#about_us_animated_header_div {
		min-height: 550px;
	}	
	
	#about_us_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#about_us_animated_header_div > span {
		display: block;
	}
	
	#hotel_location_animated_header_div {
		min-height: 550px;
	}	
	
	#hotel_location_animated_header_div > span {
		left: 70px;
		bottom: 70px;
	}
	
	#hotel_location_animated_header_div > span {
		display: block;
	}
}

/* # */
	#about_us_animated_header_div {
		position: relative;
		z-index: 0;
	}	
	
	#about_us_animated_header_div > span {
		position: absolute;
		z-index: 100;
	}
	
	#about_us_animated_header_div > span > span {
		background-color: #fff;
		cursor: pointer;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		display: block;
		border: 4px solid #fff;
		position: absolute;
		bottom: 0;
		transition: all 0.2s ease-in-out;
	}
	
	#about_us_animated_header_div > span > span:hover {
		
	}
	
	#about_us_animated_header_div > div {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}



	#hotel_location_animated_header_div {
		position: relative;
		z-index: 0;
	}	
	
	#hotel_location_animated_header_div > span {
		position: absolute;
		z-index: 100;
	}
	
	#hotel_location_animated_header_div > span > span {
		background-color: #fff;
		cursor: pointer;
		width: 10px;
		height: 10px;
		border-radius: 10px;
		display: block;
		border: 4px solid #fff;
		position: absolute;
		bottom: 0;
		transition: all 0.2s ease-in-out;
	}
	
	#hotel_location_animated_header_div > span > span:hover {
		
	}
	
	#hotel_location_animated_header_div > div {
		background-size: cover;
		background-repeat: no-repeat;
		background-position: center;
		display: none;
		left: 0;
		position: absolute;
		top: 0;
		height: 100%;
		width: 100%;
	}
/* # */

/* . */
 
/* . */