
/* playgrounds geo-alt */

.section-router.geo-alt {}
.section-router.geo-alt .column + .column { margin-left: 90px; text-align: left; }
.section-router.geo-alt .column + .column > * { margin-left: 0; }
.section-router.geo-alt .image-icon-playgrounds {margin-left: 0;}
.section-router.geo-alt .router-column-playgrounds .image-ipad-playgrounds {
    width: 452px;
    height: 326px;
    margin-top: 0;
    margin-left: auto;
    margin-right: auto;
    background-repeat: no-repeat;
    background-size: 452px 326px;
    background-image: url("/tw/swift/images/ipad_playgrounds_banner_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-router.geo-alt .router-column-playgrounds .image-ipad-playgrounds {
        background-image: url("/tw/swift/images/ipad_playgrounds_banner_large_2x.png")
    }
}

.page-overview .section-educators {
    
    background-image: url("/tw/swift/images/educators_large.jpg");
   
}

@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-overview .section-educators {
        background-image: url("/tw/swift/images/educators_large_2x.jpg")
    }
}
.page-overview .section-everywhere .image-everywhere-hero {
    
    background-image: url("/tw/swift/images/everywhere_large.jpg");
   
}

@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-overview .section-everywhere .image-everywhere-hero {
        background-image: url("/tw/swift/images/everywhere_large_2x.jpg")
    }
}

.page-overview .section-developers .apps .image-icon-airbnb {
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-image: url("/tw/swift/images/icon_airbnb_large.png");
    width: 62px
}

@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-overview .section-developers .apps .image-icon-airbnb {
        background-image: url("/tw/swift/images/icon_airbnb_large_2x.png")
    }
}

.page-overview .section-developers .apps .image-icon-eventbrite {
    background-repeat: no-repeat;
    background-size: 62px 62px;
    background-image: url("/tw/swift/images/icon_eventbrite_large.png");
    width: 62px
}

@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-overview .section-developers .apps .image-icon-eventbrite {
        background-image: url("/tw/swift/images/icon_eventbrite_large_2x.png")
    }
}


