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

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

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

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

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

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

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

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

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

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

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

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

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

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

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