/*  */
.selection-highlight {
    top: 0px;
    width: 342px;
}
@media only screen and (max-width: 1068px) {
    .selection-highlight {
		top: -6px;
		width: 285px;
	}
}
@media only screen and (max-width: 734px) {
	.selection-highlight {
		top: 1px;
		width: 171px;
	}
}
/*  */
.section-discover-more .discover-more-headline .selection-text:before {
    width: 97px;
    height: 72px;
    background-size: 97px 72px;
    background-repeat: no-repeat;
    margin-top:-10px;
    background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large.png")
}
@media only screen and (-webkit-min-device-pixel-ratio: 1.5), only screen and (min-resolution: 1.5dppx),(-webkit-min-device-pixel-ratio: 1.5),(min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before {
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_large_2x.png")
    }
}
@media only screen and (max-width: 1068px) {
    .section-discover-more .discover-more-headline .selection-text:before {
        width: 64px;
        height: 49px;
        background-size: 64px 49px; 
        background-repeat: no-repeat;
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_medium.png")
    }
}
@media only screen and (max-width: 1068px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and( max-width: 1068px) and (min-resolution: 1.5dppx), only screen and (max-width: 1068px) and (min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before { 
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_medium_2x.png");
    }
}
@media only screen and (max-width: 734px) {
    .section-discover-more .discover-more-headline .selection-text:before {
        width: 57px;
        height: 43px;
        background-size: 57px 43px;
        background-repeat: no-repeat;
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small.png")
    }
}
@media only screen and (max-width: 734px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 734px) and (min-resolution: 1.5dppx), only screen and (max-width: 734px) and (min-resolution: 144dpi) {
    .section-discover-more .discover-more-headline .selection-text:before {
        background-image: url("/accessibility/images/shared/speak_screen_bubble_text__f34h1ash1ia2_small_2x.png")
    }
}
.selection-text:before {
	top:-64px
}
@media only screen and (max-width: 1068px) {
    .selection-text:before {
        top:-45px
    }
}
@media only screen and (max-width: 734px) {
    .selection-text:before {
        top:-34px
    }
}