/* Local Overrides */

/* Offers Section */

@media only screen and (max-width: 734px) {
	.section-offers .gallery .gallery-item .tile-cta {
		font-size: 12px;
	}
}

/* devices */
@media only screen and (min-width: 1069px) {
	.section-devices .devices.spacing-updates {
		max-width: 748px;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-devices .devices.spacing-updates {
		max-width: 640px;
	}
}

@media only screen and (min-width: 1069px) {
	.section-devices .devices.spacing-updates .device:nth-child(4) {
		margin-top: 0;
	}
}
@media only screen and (max-width: 1068px) and (min-width: 735px) {
	.section-devices .devices.spacing-updates .device:nth-child(4) {
		margin-top: 31px;
	}
}

@media only screen and (min-width: 1068px) {
	.to-bottom-large-height-fix {
		margin-top: 38px;
	}
}
/*Changing Headline*/
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 450px) {
	.section-hero .lockup-wrapper {
		top: 150px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 170px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 280px) {
	.section-hero .lockup-wrapper {
		top: 190px;
	}
}
@media only screen and (orientation: landscape) and (min-width: 1069px) and (max-height: 235px) {
	.section-hero .lockup-wrapper {
		top: 220px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 1068px) and (min-width: 735px) {
	.section-hero .lockup-wrapper {
		top: 135px;
	}
}
@media only screen and (orientation: landscape) and (max-width: 734px) and (max-height: 390px) {
	.section-hero .lockup-wrapper {
		top: 200px;
	}
}
@media only screen and (min-width: 1069px) and (max-width: 1180px) {
	.typography-hero-headline {
		font-size: 80px !important;
	}
}
@media only screen and (min-width: 850px) and (max-width: 1068px) {
	.typography-hero-headline {
		font-size: 66px !important;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.typography-hero-headline {
		font-size: 54px !important;
	}
}
@media only screen and (min-width: 529px) and (max-width: 590px) {
	.typography-hero-headline {
		font-size: 40px !important;
	}
}

/*Carousel Buttons*/
@media only screen and (max-width: 734px) {
	.marquee-item__cta {
		left: calc(50% - 68px);
		max-width: 102px;
	}
}
@media only screen and (max-width: 360px) {
	.play-pause-marquee-button {
		left: 10px;
	}
}
@media only screen and (max-width: 360px) {
	.section-games .cta-wrapper {
		left: -10px;
	}
}

/*Hero*/
.part-wrapper {
	position: relative !important;
	left: -23px !important;
	z-index: 100 !important;
	display: block !important;
}
@media only screen and (max-width: 1069px) {
	.part-wrapper {
		position: relative !important;
		left: -13px !important;
		z-index: 100 !important;
		display: block !important;
	}
}
@media only screen and (max-width: 734px) {
	.part-wrapper {
		position: relative !important;
		left: -11px !important;
		z-index: 100 !important;
		display: block !important;
	}
}
.section-hero .changing-headline .part-wrapper {
	clip-path: inset(2px -230px -6px 0);
}
.headline-1 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-2 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-3 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-4 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}
.headline-5 {
	width: 100vw;
	margin-left: 10px;
	text-align: center;
}

/*River*/
@media only screen and (max-width: 734px) {
	.marquee-item__link .marquee-item__cta {
		transform: translateY(0);
	}
	.marquee-item__link:hover .marquee-item__cta {
		transform: translateX(0) translateY(-50%);
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.marquee-item__cta {
		font-size: 11px;
	}
	.marquee-item__copy {
		max-width: 43%;
	}
}
@media only screen and (min-width: 1069px) {
	.marquee-item__copy {
		max-width: 47.33333%;
	}
}

/* Apple One Tile Button */
@media only screen and (max-width: 734px) {
	.section-apple-one .button-appleone {
		max-width: 230px;
	}
}

/* Availability learn more */

@media only screen and (min-width: 658px) and (max-width: 672px) {
	#accordion-item-1-tray a.more {
		max-width: 410px;
		display: inline-block;
	}
}

/* Controller learn more */

@media only screen and (max-width: 378px) {
	#accordion-item-6-tray a.more {
		max-width: 280px;
		display: inline-block;
	}
}

/* Offers Gallery */

@media only screen and (max-width: 1068px) and (min-width: 375px) {
	#offers-gallery
		.item-container
		.gallery-item
		.tile-content
		a.typography-tout {
		font-size: 16px;
	}
}

@media only screen and (max-width: 374px) {
	#offers-gallery
		.item-container
		.gallery-item
		.tile-content
		a.typography-tout {
		font-size: 13px;
	}
}
