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

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

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

br.xs {
	display: none;
}

@media only screen and (min-width: 1069px) {
	#main .selection-highlight {
		bottom: 0px;
		right: 224px;
		height: 100px;
		width: 180px;
		top: auto;
	}
	#main .selection-text:before {
		top: -160px;
		left: auto;
		right: 0;
	}
}
@media only screen and (min-width: 735px) and (max-width: 1068px) {
	#main .selection-highlight {
		width: 150px;
		bottom: -12px;
		right: 124px;
		top: auto;
	}
	#main .selection-text:before {
		top: -160px;
		right: -12px;
		left: auto;
	}
}
@media only screen and (max-width: 734px) {
	#main .selection-highlight {
		width: 97px;
		top: auto;
		bottom: 0;
		right: 47px;
	}
	#main .selection-text:before {
		top: -85px;
		right: 0;
		left: auto;
	}
}
/* 8 plus */
@media only screen and (min-width: 414px) and (max-width: 734px) {
}
/* 8 */
@media only screen and (min-width: 370px) and (max-width: 413px) {
	#main .selection-highlight {
		right: 25px;
	}
}
/* se */
@media only screen and (max-width: 325px) {
	#main .selection-highlight {
		transform: translateX(calc(-50% - -0px));
	}
	#main .selection-text:before {
		top: 65px;
		right: 12px;
		left: auto;
	}

	br.xs {
		display: block;
	}
}

#ac-globalfooter .ac-gf-buystrip-info-content {
	padding-bottom: 39px;
}

@media only screen and (max-width: 734px) {
	#ac-globalfooter .ac-gf-buystrip-info-content {
		padding-bottom: 19px;
	}
}

.section-discover-more .discover-more-headline .selection-text:before {
	display: none;
}

@media only screen and (max-width: 350px) {
	.typography-headline-standalone {
		font-size: 37px;
	}
	.section-discover-more .discover-more-headline {
		max-width: 255px;
	}
}

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