.jumbo-image-header {
    padding: 0;
    height: auto;
    position: relative;
}


    .jumbo-image-header img {
        max-width: 100%;
        display: block;
    }

.jumbo-image-header-text {
    display: flex;
    justify-content: center;
    align-items: center;
    width: 100%;
    text-align: center;
    color: white;
    text-transform: uppercase;
    line-height: 72px;
    font-size: 72px;
    position: absolute;
    left: 0;
    top: 0;
    right: 0;
    bottom: 0;
    text-shadow: 1px 1px #000;
}

@media only screen and (max-width: 744px) {
    .jumbo-image-header-text.shrinkable {
        font-size: calc( .07 * 100vw);
    }
}

@media only screen and (max-width: 512px) {
    .jumbo-image-header-text.shrinkable {
        font-size: 2.3em;
    }
}

.fs-box-body.image-right-1-col img {
    float: right;
    margin-left: 1em;
    width: 250px;
    height: auto;
    position: relative;
    padding: 10px 10px 10px 10px;
}

.bottom-right {
    position: absolute;
    right: 0;
    bottom: 0;
    /* same as containers (fs-box-body) padding*/
    margin-right: 28px;
    margin-bottom: 28px;
}

.fs-box-body {
    /* override from corp.scss */
    padding: 28px;
    position: relative;
}

    .fs-box-body::after {
        content: "";
        clear: both;
        display: block;
    }

.box-heading {
    font-weight: bold;
    font-size: 20px;
    color: #015577;
    margin-bottom: .5em;
}

img {
    size: 100%;
}

.img250w {
    width: 250px;
    height: auto;
    float: right;
    padding: 10px 10px 10px 10px;
}
