﻿.postComments .commentForm .commentImageWrapper {
    padding-right: 30px;
}

.postComments .commentForm .commentImageWrapper .commentImageWrapper {
    padding-right: 0;
    margin-top: 0;
}

.postComments .commentForm .commentImageWrapper .formQuestion {
    display: flex;
    flex-direction: column-reverse;
}

.postComments .commentForm .commentImageWrapper .commentImageWrapper {
    width: 100%;
}

.postComments .fundraiserBannerHint {
    margin: 0;
}

.postComments #uploadImage.dropzone {
    position: relative;
    max-width: 100%;
    background-color: #f2f2f2;
    border: none;
    margin-top: 5px;
}

.postComments #uploadImage .dz-message {
    padding: 0;
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    left: 0;
    right: 0;
    margin: 0 auto;
}

.postComments #preview-container {
    display: block;
    float: none;
    margin: 0 auto;
    max-width: 100%;
    border: none;
}

.postComments .formQuestion, 
.postComments .customForm {
    margin-top: 0;
}

@media screen and (max-width: 768px) {
    .postComments .commentForm .commentImageWrapper {
        padding-right: 0;
    }

    .postComments #uploadImage.dropzone {
        width: 100% !important;
    }
}