.photo-wrapper {
    overflow: hidden;
}

.img-preview {
    overflow: hidden;
}

img {
    /* This rule is very important, please don't ignore this */
    max-width: 100%;
}

.ssi-imgToUpload {
    width: auto !important;
    height: auto !important;
}