
.hero-image-half {
    position: relative;
    width: 100%;
    margin-bottom: 10px;
    overflow: hidden;
    background-position: center top;
    background-size: cover;
    background-repeat: no-repeat;
    border-radius: 0
}

.hero-image-half picture,.hero-image-half .fsElementContent {
    background-position: center center;
    background-size: cover;
    background-repeat: no-repeat;
    display: block
}

body:not(.fsComposeMode) .hero-image-half {
    margin-bottom: 0;
    line-height: 1;
    min-height: 150px;
    max-height: 150px;
    position: relative
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .hero-image-half {
        min-height: 175px;
        max-height: 175px
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .hero-image-half {
        min-height:250px;
        max-height: 250px
    }
}

body:not(.fsComposeMode) .hero-image-half.fsResourceElement>.fsElementContent {
    min-height: 260px;
    background-position: center;
    background-size: cover;
    background-repeat: no-repeat
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .hero-image-half.fsResourceElement>.fsElementContent {
        max-height:560px
    }
}

body:not(.fsComposeMode) .hero-image-half:before {
    content: "";
    visibility: visible;
    opacity: 1;
    width: 100%;
    height: 100%;
    position: absolute;
    bottom: 0px;
    left: 0;
    z-index: 1;
    opacity: 1
}

body:not(.fsComposeMode) .hero-image-half article,body:not(.fsComposeMode) .hero-image-half figure,body:not(.fsComposeMode) .hero-image-half picture {
    min-height: 188px;
    padding: 0
}

@media(min-width: 700px) {
    body:not(.fsComposeMode) .hero-image-half article,body:not(.fsComposeMode) .hero-image-half figure,body:not(.fsComposeMode) .hero-image-half picture {
        min-height: 175px;
        max-height: 175px
    }
}

@media(min-width: 1100px) {
    body:not(.fsComposeMode) .hero-image-half article,body:not(.fsComposeMode) .hero-image-half figure,body:not(.fsComposeMode) .hero-image-half picture {
        min-height:250px;
        max-height: 250px
    }
}

body:not(.fsComposeMode) .hero-image-half article:before {
    content: "";
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%
}

body:not(.fsComposeMode) .hero-image-half header {
    display: none
}

body:not(.fsComposeMode) .hero-image-half img {
    opacity: 0;
    visibility: hidden
}

body:not(.fsComposeMode) .hero-image article figcaption {
    display: none
}