/* Ribbon (Removed) */

.section-hero .ribbon {
	display: none;
}

/* Wrapping Fix */

.section-transit-and-tickets .tile-header h2 br {
	display: inline;
}

/* Section Height Fix */

@media only screen and (max-width: 734px) {
	.section-identity {
		min-height: 0;
	}
}

.section-identity .tiles-container {
	padding-bottom: 0;
}

/* Tile: Boarding Passes */

.section-travel.tiles-grid .tiles-container .tile.boarding-passes .front-face {
	padding-top: 0;
	padding-bottom: 0;
	display: flex;
	align-items: center;
}

@media only screen and (max-width: 734px) {
	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .front-face {
		flex-direction: column-reverse;
		align-items: flex-start;
		padding-top: 40px;
		padding-bottom: 40px;
	}
}

.section-travel.tiles-grid .tiles-container .tile.boarding-passes .flight {
	position: absolute;
	width: 2800px;
	height: 2800px;
	top: 100px;
	left: calc(100% - 296px);
	transform: translateX(-50%);
}

@media only screen and (max-width: 1068px) {
	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .flight {
		width: 2000px;
		height: 2000px;
		top: 72px;
		left: calc(100% - 176px);
	}
}

@media only screen and (max-width: 734px) {
	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .flight {
		top: 206px;
		width: 1200px;
		height: 1200px;
		left: calc(100% - 33px);
	}
}

.section-travel.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 {
	padding-left: 69px;
}

@media only screen and (max-width: 1068px) {
	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 {
		padding-left: 63px;
	}
}

@media only screen and (max-width: 734px) {
	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 {
		padding-left: 0;
	}

	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 span {
		display: block;
	}

	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 br {
		display: none;
	}
}

/* Boarding Passes (Longer Headline) */

.section-transit-and-tickets.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 {
	padding-left: 40px;
	font-size: 64px;
}

@media only screen and (max-width: 1068px) {
	.section-transit-and-tickets.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 {
		padding-left: 32px;
		font-size: 40px;
	}
}

@media only screen and (max-width: 734px) {
	.section-transit-and-tickets.tiles-grid .tiles-container .tile.boarding-passes .front-face h3 {
		padding-left: 0;
		font-size: 32px;
	}
}

@media only screen and (max-width: 734px) {
	.section-travel.tiles-grid .tiles-container .tile.boarding-passes .flight {
		top: 242px;
	}
}

/* No physical cards */
.section-payments .no-physical-cards .front-face {
	display: flex;
	justify-content: space-between;
	padding-right: 68px;
	padding-top: 0;
	padding-bottom: 0;
}

@media only screen and (max-width: 1068px) {
	.section-payments .no-physical-cards .front-face {
		padding-right: 66px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments .no-physical-cards .front-face {
		flex-direction: column;
		padding: 40px 26px 0;
	}
}

.section-payments .no-physical-cards .front-face h3 {
	align-self: center;
}

.section-payments .no-physical-cards .overview-loyalty-and-rewards {
	align-self: flex-end;
	margin: 0;
	display: block;
	width: var(--p-width);
	height: var(--p-height);
	--p-width: 374px;
	--p-height: 686px;
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards {
		--p-width: 250px;
		--p-height: 455px;
	}
}

@media only screen and (max-width: 734px) and (max-width: 734px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards {
		--p-width: 200px;
		--p-height: 368px;
		margin-top: -33px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards {
		align-self: center;
	}
}

.section-payments .no-physical-cards .overview-loyalty-and-rewards img {
	padding-top: 115px;
}

@media only screen and (max-width: 1068px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards img {
		padding-top: 70px;
	}
}

@media only screen and (max-width: 734px) {
	.section-payments .no-physical-cards .overview-loyalty-and-rewards img {
		padding-top: 65px;
	}
}

/* Tile: Car keys */
.section-keys .car-key .overview-car-key {
	bottom: -38px;
}
@media only screen and (max-width: 1068px) {
	.section-keys .car-key .overview-car-key {
		bottom: -24px;
	}
}
@media only screen and (max-width: 734px) {
	.section-keys .car-key .overview-car-key {
		bottom: -27px;
	}
}

/* Static Hero */

.section-hero .hero-img {
	height: auto;
	--p-height: auto;
	text-align: center;
}
