#block-roomspageheader,
#block-roomspageheader .layout  {
	margin-bottom: 16px;
}

.field--type-text-with-summary {
	text-align: justify;
}

.views-row {
	margin-bottom: 48px;
}

.views-row:last-of-type {
	margin-bottom: 0;
}

.views-row:nth-child(odd) .group-left,
.views-row:nth-child(odd) .group-right,
.views-row:nth-child(even) .group-left,
.views-row:nth-child(even) .group-right {
	float: none;
	width: 100%;
}

.views-row:nth-child(odd) .node--type-room {
    display: flex;
    flex-direction: column-reverse;
    align-items: flex-start;
}

.views-row:nth-child(even) .node--type-room {
    display: flex;
    flex-direction: column;
    align-items: flex-start;
}

.field--name-field-room-image img {
	margin-bottom: 16px;
}

@media (min-width: 700px) {
	.layout--content-medium, 
	.layout--pass--content-medium > * {
		grid-column: 1 / 15;
	}

	.field--name-field-room-image img {
		width: 100%;
	}

	#block-olivero-content .text-content p {
		margin: 0;
	}
}

@media (min-width: 992px) {
	#block-roomspageheader,
	#block-roomspageheader .layout  {
		margin-bottom: 24px;
	}

	.views-row:nth-child(odd) .node--type-room,
	.views-row:nth-child(even) .node--type-room {
	    display: flex;
	    flex-direction: row;
	    align-items: flex-start;
	}

	.views-row:nth-child(odd) .node--type-room .field--type-text-with-summary {
		padding-right: 8px;
	}

	.views-row:nth-child(odd) .node--type-room .field--name-field-room-image {
		padding-left: 8px;
	}

	.views-row:nth-child(even) .node--type-room .field--type-text-with-summary {
		padding-left: 8px;
	}

	.views-row:nth-child(even) .node--type-room .field--name-field-room-image {
		padding-right: 8px;
	}

	.field--name-field-room-image img {
		margin-bottom: 0;
	}
}