.cus-img-container {
    max-width: 960px;
    text-align: center;
    /*margin: 30px auto;*/
    /*padding: 20px;*/
}

h1.cus-img-h1 {
    font-size: 14px;
    text-align: center;
    margin: 0;
    line-height: 24px;
    font-weight: 700;
    color: #333333;
}

.cus-img-avatar-wrapper, .cus-img-box-wrapper {
    position: relative;
    max-width: 190px;
    margin: 10px auto;
    text-align: center;
}

.cus-img-avatar-wrapper .cus-img-avatar-edit input, .cus-img-box-wrapper .cus-img-box-edit input {
    display: none;
}

.cus-img-avatar-wrapper .cus-img-avatar-preview, .cus-img-box-wrapper .cus-img-box-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border-radius: 100%;
    border: 6px solid #F8F8F8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.cus-img-box-wrapper .cus-img-box-preview {
    border-radius: 5%;
}

.cus-img-avatar-wrapper .cus-img-avatar-preview > div, .cus-img-box-wrapper .cus-img-box-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 100%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.cus-img-box-wrapper .cus-img-box-preview > div {
    border-radius: 5%;
}

.cus-img-avatar-btns, .cus-img-box-btns {
    margin-top: 20px;
}

.cus-img-info {
    border-radius: 5px;
    text-align: center;
}

.cus-image-alert {
    padding: 5px;
    margin-bottom: 0;
    margin-top: 15px !important;
    border-color: #fbe294;
}

.common-img-avatar-wrapper .common-img-avatar-preview, .common-img-box-wrapper .common-img-box-preview {
    width: 192px;
    height: 192px;
    position: relative;
    border: 6px solid #F8F8F8;
    box-shadow: 0 2px 4px 0 rgba(0, 0, 0, 0.1);
}

.common-img-wrapper .common-img-preview > div, .common-img-box-wrapper .common-img-box-preview > div {
    width: 100%;
    height: 100%;
    border-radius: 5%;
    background-size: cover;
    background-repeat: no-repeat;
    background-position: center;
}

.common-img-box-wrapper .common-img-box-preview > div {
    border-radius: 5%;
}

.common-img-btns, .common-img-box-btns {
    margin-top: 20px;
}

.common-img-info {
    border-radius: 5px;
    text-align: center;
}

.common-img-box-wrapper, .common-img-box-wrapper {
    position: relative;
    max-width: 190px;
    margin: 10px auto;
    text-align: center;
}
.common-img-container{
    text-align: center;
}
.common-image-alert {
    padding: 5px;
    margin-bottom: 0;
    margin-top: 15px !important;
    border-color: #fbe294;
}

@media screen and (max-width: 480px) {
    .image-preview-main-container {
        display: flex;
        flex-direction: column-reverse;
    }

    .cus-image-alert {
        margin-bottom: 10px !important;
    }
}
