/* ====[  LOCALISED SCREENS — START  ]==== */

.section-hero .image-hero-lockup {
    width: 1440px;
    height: 720px;
    background-size: 1440px 720px;
    background-repeat: no-repeat;
    background-image: url("/nz/support/professional/images/enterprise/hero__dptzn5sxjcom_large.jpg");
    position: relative;
    left: 50%;
    margin-left: -720px
}

@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-hero .image-hero-lockup {
        background-image: url("/nz/support/professional/images/enterprise/hero__dptzn5sxjcom_large_2x.jpg")
    }
}

@media only screen and (max-width: 1068px) {
    .section-hero .image-hero-lockup {
        width: 1068px;
        height: 534px;
        background-size: 1068px 534px;
        background-repeat: no-repeat;
        background-image: url("/nz/support/professional/images/enterprise/hero__dptzn5sxjcom_medium.jpg")
    }
}

@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-hero .image-hero-lockup {
        background-image: url("/nz/support/professional/images/enterprise/hero__dptzn5sxjcom_medium_2x.jpg")
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .image-hero-lockup {
        width: 735px;
        height: 369px;
        background-size: 735px 369px;
        background-repeat: no-repeat;
        background-image: url("/nz/support/professional/images/enterprise/hero__dptzn5sxjcom_small.jpg")
    }
}

@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) {
    .section-hero .image-hero-lockup {
        background-image: url("/nz/support/professional/images/enterprise/hero__dptzn5sxjcom_small_2x.jpg")
    }
}
/* ====[  LOCALISED SCREENS — END  ]==== */


/* ====[  LOCAL FIXES — START  ]==== */


@media only screen and (max-width: 1068px) {
    .section-hero .image-hero-lockup {
        left: 50%;
        margin-left: -534px
    }
}

@media only screen and (max-width: 735px) {
    .section-hero .image-hero-lockup {
        left: 50%;
        margin-left: -367.5px
    }
}



/* ====[  LOCAL FIXES — END  ]==== *
