@media screen and (max-width: 1210px) {
	#room-capacity {
		text-align: center;
		margin-bottom: 10px;
	}

	#room-photos {
		float: none;
		margin: 0 auto;
		height: auto;
		max-height: 300px;
		width: 90%;
	}
	#room-layout {
		float: none;
		text-align: center;
	}

	#room-layout img {
		margin: 0;
		max-width: 90%;
		max-height: 380px;
	}
}