#cropimage_container {
    display: none;
}

#modal_cropimage {
    position: relative;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    flex-direction: column;
    overflow: auto;
    z-index: 99999;
}


#modal_cropimage .container_crop_img {
    width: 90%;
    height: 90%;
    max-height: 500px;
    max-width: 700px;
    position: relative;
    display: flex;
    justify-content: center;
}

#modal_cropimage #contain {
    width: 100%;
    height: 100%;
}

.modal-close-btn {
    position: absolute;
    top: 0;
    right: -5px;
    font-size: 30px;
    color: white;
    font-family: 'Montserrat';
    cursor: pointer;
	z-index: 999999999;
}