/* .page-overview .section-routing .routing-image {
    background-image: url("/hk/en/healthcare/images/routing_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) {
    .page-overview .section-routing .routing-image {
        background-image: url("/hk/en/healthcare/images/routing_large_2x.png");
    }
}

@media only screen and (max-width: 1068px) {
    .page-overview .section-routing .routing-image {
        background-image: url("/hk/en/healthcare/images/routing_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) {
    .page-overview .section-routing .routing-image {
        background-image: url("/hk/en/healthcare/images/routing_medium_2x.png");
    }
}

@media only screen and (max-width: 735px) {
    .page-overview .section-routing .routing-image {
        background-image: url("/hk/en/healthcare/images/routing_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) {
    .page-overview .section-routing .routing-image {
        background-image: url("/hk/en/healthcare/images/routing_small_2x.png");
    }
} */