.full-width-image-header__body.reduced-content-width {
    max-width: 100%;
}
/*.medium-width .full-width-image-header__body.reduced-content-width {*/
    /*max-width: 100%;*/
/*}*/
@media all and (min-width: 768px) {
    .full-width-image-header__body.reduced-content-width {
        max-width: calc(100% - 60px);
        padding-left: 0px;
        padding-right: 0px;
    }
    .medium-width.with-images .full-width-image-header__body.reduced-content-width {
        max-width: 1120px;
        padding-left: 60px;
        padding-right: 60px;
        margin-left: auto;
        margin-right: auto;
    }
    .full-width-image-header__body.reduced-content-width .image-freeform-container {
        width: 83.05085%;
        float: left;
        margin-left: 8.47458%;
        margin-right: -100%;
    }
    .medium-width.with-images .full-width-image-header__body.reduced-content-width .image-freeform-container {
        width: 100%;
        float: none;
        margin-left: 0;
        margin-right: 0;
    }
}
@media all and (min-width: 992px) {
    .full-width-image-header__body.reduced-content-width {
        max-width: 1200px;
    }
    .medium-width.with-images .full-width-image-header__body.reduced-content-width {
        max-width: 1120px;
    }
    .full-width-image-header__body.reduced-content-width .image-freeform-container {
        width: 66.10169%;
        float: left;
        margin-left: 16.94915%;
        margin-right: -100%;
    }
    .medium-width.with-images .full-width-image-header__body.reduced-content-width .image-freeform-container {
        width: 731px;
        float: none;
        margin-left: auto;
        margin-right: auto;
    }
}
.image-freeform-container {
    /*padding-left: 0.625rem;*/
    /*padding-right: 0.625rem;*/
}
/*.medium-width .image-freeform-container {*/
    /*padding-left: 0;*/
    /*padding-right: 0;*/
/*}*/
@media all and (min-width: 768px) {
    .image-freeform-container {
        padding-left: 0;
        padding-right: 0;
    }
}
.image-freeform-container .image-freeform {
    display: -webkit-box;
    display: -webkit-flex;
    display: -ms-flexbox;
    display:         flex;

    -webkit-box-orient: vertical;
    -webkit-box-direction: normal;
    -webkit-flex-direction: column;
    -ms-flex-direction: column;
    flex-direction: column;

    margin-bottom: 2rem;
}
@media all and (min-width: 768px) {
    .image-freeform-container .image-freeform {
        -webkit-box-orient: horizontal;
        -webkit-box-direction: normal;
        -webkit-flex-direction: row;
        -ms-flex-direction: row;
        flex-direction: row;
    }
}
.image-freeform-container .image-freeform .image-freeform__image {
    flex-grow: 0;
}
@media all and (max-width: 767px)  {
    .full-width-img-mobile .image-freeform-container .image-freeform .image-freeform__image img {
        width: 100%;
    }
}
@media all and (min-width: 480px) and (max-width: 767px) {
    .image-freeform-container .image-freeform .image-freeform__image img {
        width: 100%;
    }
}
.image-freeform-container .image-freeform .image-freeform__content {
    flex-grow: 1;
    word-break: break-word;
}
.image-freeform-container .image-freeform > div:nth-child(2n) {
    margin-top: 1rem;
}
@media all and (min-width: 768px) {
    .image-freeform-container .image-freeform > div:nth-child(2n) {
        margin-top: 0;
        margin-left: 2rem;
    }
}