#hotel_banner_1 {
	background-image: url(/src/hotel/banner.png);
}

#hotel_mood {
	margin-top: 0;
	margin-bottom: 0;
	padding-top: 285px;
	background: url(/src/hotel/hotel_text.png) no-repeat;
	background-size: 90%;
	background-position-x: center;
	background-position-y: top;
}

.stacked_pic {
	width: 45%;
}

#stacked_1 {
	float: left;
}

#stacked_2 {
	float: right;
}

.stacked_pic > .img {
	padding-bottom: 155%;
	background-size: cover;
	background-position-x: center;
	background-position-y: top;
	background-repeat: no-repeat;
}

#stacked_1 > div {
	text-align: right;
}

#stacked_1 > .text {
	margin-top: 20%;
}

#stacked_2 > .text {
	width: 350px;
	text-align: justify;
	margin-top: 50%;
	margin-bottom: 10%;
}

#stacked_2 > .text > p {
	width: 305px;
}

#stacked_1 > .img {
	background-image: url(/src/hotel/double_1_1.png);
}

#stacked_2 > .img {
	background-image: url(/src/hotel/double_1_2.png);
}

#hotel_box {
	background-color: #a8a199;
	overflow: hidden;
	margin-top: 70px;
	margin-bottom: 0;
}

#hotel_quad {
	margin: 30px auto;
}

#quad_1 {
	background-image: url(/src/hotel/quad_1_1.png);
}

#quad_2 {
	background-image: url(/src/hotel/quad_1_2.png);
}

#quad_3 {
	background-image: url(/src/hotel/quad_1_3.png);
}

#quad_4 {
	background-image: url(/src/hotel/quad_1_4.png);
	margin-right: 0;
}

#inner_fire {
	position: relative;
	margin-top: 100px;
}

#inner_fire_pic {
	background-size: cover;
	background-position: center;
	/* background-position-y: top; */
	background-repeat: no-repeat;
	background-image: url(/src/hotel/inner_fire.png);
	width: 74%;
	padding-bottom: 50%;
}

#inner_fire > .absolute_text_block {
	top: 50%;
	right: 0;
	left: unset;
	width: 300px;
	padding: 30px 55px;
	transform: translateY(-50%);
	z-index: 10;
}

#private_beach > .image {
	background-image: url(/src/hotel/private_beach.png);
}

#private_beach > .text {
	width: 31%;
}

#hotel_end_screen {
	background-image: url(/src/hotel/end_pic.png);
	background-repeat: no-repeat;
	background-size: cover;
	background-position: top center;
	height: 120vh;
	position: relative;
	z-index: 0;
	margin-bottom: 0;
	margin-top: -5vh;
}

#hotel_screen_text {
	width: 31%;
	margin: auto;
	padding-top: 240px;
	padding-bottom: 70px;
	background: #fff;
}
