.image-jump-start {
    background-image: url("/ph/swift/playgrounds/images/overview/jump_start_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) {
    .image-jump-start {
        background-image: url("/ph/swift/playgrounds/images/overview/jump_start_large_2x.png")
    }
}

@media only screen and (max-width: 1068px) {
    .image-jump-start {
        background-image: url("/ph/swift/playgrounds/images/overview/jump_start_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) {
    .image-jump-start {
        background-image: url("/ph/swift/playgrounds/images/overview/jump_start_medium_2x.png")
    }
}

@media only screen and (max-width: 735px) {
    .image-jump-start {
        background-image: url("/ph/swift/playgrounds/images/overview/jump_start_small.png")
    }
}

@media only screen and (max-width: 735px) and (-webkit-min-device-pixel-ratio: 1.5), only screen and (max-width: 735px) and (min-resolution: 1.5dppx), only screen and (max-width: 735px) and (min-resolution: 144dpi) {
    .image-jump-start {
        background-image: url("/ph/swift/playgrounds/images/overview/jump_start_small_2x.png")
    }
}