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

.page-safari .section-efficient .image-efficient-hero {
    width: 999px;
    height: 579px;
    background-size: 999px 579px;
    background-repeat: no-repeat;
    background-image: url("http://images.apple.com/de/safari/images/overview/efficient_hero_large.jpg");
    left: 50%;
    margin-left: -499.5px;
    position: relative
}

@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) {
    .page-safari .section-efficient .image-efficient-hero {
        background-image: url("http://images.apple.com/de/safari/images/overview/efficient_hero_large_2x.jpg")
    }
}




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




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

.page-safari .section-efficient .faster-surfing .data li .bar-container { overflow: visible;}





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