
ul.room-photos li {
	margin: 0 -24px;
	padding: 24px 0 10px 0;
}

ul.room-photos li div.content {
	display: block;
	padding: 0 24px;
	position: relative;
	width: auto;
}

ul.room-photos li div.content a img {
	height: auto;
	position: absolute;
	top: 0;
	width: 40%;
}

ul.room-photos li:nth-child(odd) div.content a img {
	left: 24px;
}

ul.room-photos li:nth-child(even) div.content a img {
	right: 24px;
}

ul.room-photos li div.content div.text {
	padding-top: 35%;
	width: auto;
}

ul.room-photos li div.content div.text h3 {
	position: absolute;
	text-align: justify;
	top: 10px;
	width: 44%;
}

ul.room-photos li:nth-child(odd) div.content div.text h3 {
	right: 24px;
}

ul.room-photos li:nth-child(even) div.content div.text h3 {
	left: 24px;
}

ul.room-photos li div.content div.text p {
	font-size: 15px;
	padding: 0;
}