/*------------------------------------*\
   LOCAL SCREENS
\*------------------------------------*/
.section-hero .logo {
	background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_xlarge.png);
}

@media (-webkit-min-device-pixel-ratio: 1.5), (min-resolution: 144dpi), only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx) {
	.section-hero .logo {
		background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_xlarge_2x.png);
	}
}

@media only screen and (max-width: 1068px) and (min-width: 1441px) {
	.section-hero .logo {
		background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_xlarge.png);
	}
}

@media only screen and (max-width: 1068px) and (min-width: 1441px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (min-width: 1441px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-width: 1441px) and (min-resolution: 144dpi) {
	.section-hero .logo {
		background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_xlarge_2x.png);
	}
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) {
	.section-hero .logo {
		background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_medium.png);
	}
}

@media only screen and (max-width: 1068px) and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (max-width: 1068px) and (min-resolution: 144dpi) {
	.section-hero .logo {
		background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_medium_2x.png);
	}
}

@media only screen and (max-width: 1068px) and (max-width: 734px) {
	.section-hero .logo {
		background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_small.png);
	}
}

@media only screen and (max-width: 1068px) and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 1068px) and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (max-width: 734px) and (min-resolution: 144dpi) {
	.section-hero .logo {
		background-image: url(/hu/apple-arcade/images/overview/arcade_is_open__fxdywxogv4ya_small_2x.png);
	}
}
/*------------------------------------*\
   END LOCAL SCREENS
\*------------------------------------*/

/*------------------------------------*\
   LOCAL FIXES
\*------------------------------------*/
@media only screen and (min-width: 1069px) {
	.section-devices .devices.spacing-updates .device:nth-child(4) {
		margin-top: 0px;
	}
	.section-value-props .offer:nth-child(2) {
		padding-left: 0;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	.section-devices .devices.spacing-updates .device:nth-child(4) {
		margin-top: 31px;
	}
}

@media only screen and (max-width: 735px) {
	.section-value-props .value-props-li.value-look-for {
		margin-top: 46px;
		display: flex;
		align-items: center;
		justify-content: center;
		flex-wrap: wrap;
	}
}

@media only screen and (max-width: 735px) {
	.section-games .cta-wrapper {
		position: relative;
		display: flex;
		align-items: center;
		justify-content: center;
		margin-top: 18px;
	}
	.section-games .cta-wrapper .controls {
		position: relative;
		top: auto;
		right: auto;
	}
	.section-games .cta-wrapper .button {
		margin: unset;
	}
}
@media only screen and (max-width: 734px) {
	.ribbon-content p {
		padding-left: 10px;
		padding-right: 10px;
	}
}

.section-apple-one .section-content {
  padding-bottom: 100px;
}

@media screen and (max-width: 1068px) {
  .section-apple-one .section-content {
    padding-bottom: 60px;
  }
}
/*------------------------------------*\
   END LOCAL FIXES
\*------------------------------------*/
