/* Limit image width to avoid overflow the container */ .crop-image-container img.crop-image {

max-width: 100%; /* This rule is very important, please do not ignore this! */

} .crop-image-container div.crop-image-wrapper {

max-height: 300px;

}