.ContentOutputFieldDivWrapper {
    width: auto;
}

.ContentImageDivWrapper {
    text-align: center;
}

.ContentOutputField {
    width: 100%;
}
/*
@media only screen and (max-width: 2000px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 1400px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
}
@media only screen and (max-width: 800px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
}
*/

/* desktop */
@media only screen and (min-width: 481px) {
    .ContentContainerDiv {
        padding-bottom: 40px;
    }
    .ContentImageDivWrapper {
        text-align: center;
        width: 100vw;
        margin-bottom: 60px;
    }
    .contentThumbnailImage {
        max-width: 100vw;
        height: auto;
    }
    .contentH1 {
        padding-bottom: 30px;
    }
    .ContentOutputFieldDivWrapper {
        padding-bottom: 40px;
    }
}

/* mobile */
@media only screen and (max-width: 480px) {
    .ContentContainerDiv {
        padding-bottom: 50px;
    }
    .ContentImageDivWrapper {
        text-align: center;
        width: 100vw;
        margin-bottom: 30px;
    }
    .contentThumbnailImage {
        max-width: 100vw;
        height: auto;
    }
    .contentH1 {
        padding-bottom: 30px;
    }
    .ContentOutputFieldDivWrapper {
        padding-bottom: 30px;
    }
}
/* mobile */