/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/




/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/





/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/

.tile-content {
	grid-template-rows: auto 86px;
}
@media only screen and (max-width: 1068px) {
	.tile-content {
		grid-template-rows: auto 83px;
	}
}
@media only screen and (max-width: 734px) {
	.tile-content {
		grid-template-rows: auto 63px;
	}
}
.tile .tile-button-wrapper {
	bottom: 55px;
}
@media only screen and (max-width: 734px) {
	.tile .tile-button-wrapper {
		bottom: 38px;
	}
}

/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/