/* Walking Tile */

.grid-item-walking {
	height: 750px;
}

@media only screen and (max-width: 1068px) {
	.grid-item-walking {
		height: 580px;
	}
}

@media only screen and (max-width: 734px) {
	.grid-item-walking {
		height: 520px;
	}
}

/* Highlights Tile */
/* Fix for toggle button on screen alt */

.page-overview .section-safari .grid-item-highlights .tile-button {
	background-color: #86868b;
	color: #fff;
}

.page-overview .section-safari .grid-item-highlights .tile-overlay-toggle:checked ~ .tile-overlay .tile-button {
	background-color: #fff;
	color: var(--tile-overlay-background-color);
}

/* Numbers Tile */

.page-overview .section-notes .grid-item-numbers .tile-body {
	align-items: center;
}

.page-overview .section-notes .grid-item-numbers .overview-notes-numbers {
	background-size: contain;
	background-position: center;
	max-width: none;
	height: 593px;
}

@media only screen and (max-width: 1068px) {
	.page-overview .section-notes .grid-item-numbers .overview-notes-numbers {
		height: 411px;
	}
}

@media only screen and (max-width: 734px) {
	.page-overview .section-notes .grid-item-numbers .overview-notes-numbers {
		height: 187px;
	}
}
