/* Gibraltar Place Page */
body.routes-page {
	background: url("../Images/Gibraltar/Gib25.webp") no-repeat center center fixed;
	background-size: cover;
}

/* Small screen - show full background image */
@media (max-width: 1100px) {
	body.routes-page {
		background-size: contain;
	}
}

@media (max-width: 420px) {
	body.routes-page {
		background-size: contain;
		background-attachment: scroll;
		padding-top: 60px;
	}

	/* Place content responsive adjustments handled by global.css and routes.css */
}

@media (max-width: 300px) {
	body.routes-page {
		background-attachment: scroll;
		padding-top: 50px;
	}
