#AppPageCommunityEventEdit .image {
    display: inline-block;
    width: 100%;
    height: 300px;
    overflow: hidden;
    background-color: #FFFFFF;
    background-position: center center;
    background-repeat: no-repeat;
    background-size: cover;
    margin-left: auto;
    margin-right: auto;
    margin-bottom: 20px;
}

/*#AppPageCommunityEventEdit .imageselect {
    display: inline-block;
    width: 100%;
    height: 300px;
    opacity: 0;
}*/

#AppPageCommunityEventEdit .cropimage {
    width: 100%;
    /*aspect-ratio: 600/300;*/
    /*height: 300px;*/
    /*margin-left: auto;
    margin-right: auto;*/
    overflow: hidden;
    /*border: 1px solid #FF0000;*/
    /*margin-top: 100px;*/
}

#AppPageCommunityEventEdit .cropper-view-box,
#AppPageCommunityEventEdit .cropper-face {
    border-radius: 0px;
}

#AppPageCommunityEventEdit .imageactions {
    display: flex;
}

#AppPageCommunityEventEdit .imageactions > div:first-child {
    flex: 1;
    margin-right: 30px;
}

#AppPageCommunityEventEdit .imagebutton {
    display: block;
    width: 60px;
    height: 60px;
    background-color: #D61317;
    border-radius: 100%;
    background-image: url("../_img/photo-white.svg");
    background-position: center center;
    background-size: 100%;
    margin-top: -10px;
}

#AppPageCommunityEventEdit .imageselect {
    display: inline-block;
    width: 60px;
    height: 60px;
    opacity: 0;
}

#AppPageCommunityEventEdit .cropper-crop-box {
    transform: none !important;
}

#AppPageCommunityEventEdit .top {
    margin-bottom: 10px;
}