.image-in-text {
    /*width: 100%;*/
    height: auto;
}

.small-images-centered {
    margin: auto;
    display: block;
    width: fit-content;
}

.content-start {
    font-family: "Helvetica Neue", Helvetica, Roboto, Arial, sans-serif;
    font-weight: 400;
    font-size: 14px;
    line-height: 1.6;
}

.content-start .small-images-centered img.image-in-text {
    margin-right: 15px;
    margin-bottom: 15px;
    cursor: pointer;
}

.content-start .small-images-centered img.image-in-text:last-of-type {
    margin-right: 0;
}

.content-start .small-images-centered img.image-in-text.xs {
    height: 150px;
}

.content-start .small-images-centered img.image-in-text.xxs {
    height: 140px;
}

div.media-wrapper {
    margin-bottom: 20px;
}

.wt-title {
    margin: 15px 0;
}

.wt-subtitle {
    margin: 15px 0;
    font-style: italic;
}

.excerpt {
    margin: 15px 0;
    font-style: italic;
}

.image-box-with-subtext {
    display: inline-block;
    margin-right: 15px;
}

.image-box-with-subtext:last-of-type {
    margin-right: 0;
}

.image-box-with-subtext .photo-credits {
    margin-top: -15px;
}

.image-in-text-wrapper {
    text-align: center;
}

.image-in-text-wrapper.single img {
    height: 400px;
}

.photo-credits {
    font-size: 13px;
    font-style: italic;
    width: 100%;
}

.photo-credits.text-fit-to-image {
    width: min-content;
    min-width: 100%;
}

.row > .column {
    padding: 0 8px;
    width: 16.66667%;
}

.row:after {
    content: "";
    display: table;
    clear: both;
}

.column {
    float: left;
    width: auto;
}

.height-04 {
    height: 120px !important;
}

.height-05 {
    height: 140px !important;
}

.height-1 {
    height: 170px !important;
}

.height-2 {
    height: 200px !important;
}

.height-3 {
    height: 250px !important;
}

.height-4 {
    height: 300px !important;
}

.height-5 {
    height: 350px !important;
}

.height-6 {
    height: 400px !important;
}

.height-7 {
    height: 450px !important;
}

.gap-20 {
    gap: 20px;
}

@media (min-width: 992px) {
    .media-wrapper.multiple-image {
        font-size: 0;
        overflow: auto;
        clear: both;
        display: flex;
        flex-flow: row wrap;
    }

    .media-wrapper .image-in-text-wrapper {
        overflow: hidden;
    }

    .media-wrapper.multiple-image .image-in-text {
        width: auto;
        height: 150px;
    }
}

@media (max-width: 991.5px) {
    .media-wrapper.multiple-image {
        display: flex;
        flex-direction: column;
    }

    .media-wrapper .image-in-text-wrapper {
        margin: auto;
        /*width: 100%;*/
    }

    .media-wrapper.multiple-image .image-in-text {
        max-width: 500px;
        margin-bottom: 15px;
    }
}

@media (max-width: 768px) {
    .image-in-text-wrapper {
        text-align: center;
    }

    .content-start .small-images-centered img.image-in-text {
        display: block;
        margin: auto;
        padding-bottom: 15px;
    }

    .height-1, .height-2, .height-3, .height-4, .height-5, .height-6, .height-7 {
        height: auto !important;
        width: 100%;
    }

    .content-start .small-images-centered img.image-in-text:last-of-type {
        margin-right: auto;
    }

    .content-start .small-images-centered img.image-in-text.height-04,
    .content-start .small-images-centered img.image-in-text.height-05 {
        display: inline-block;
    }
}