div.nwFileUploadWrap {    position: relative;    width: 150px;    height: 150px;}div.nwFileUploadWrap > input[type='file'] {    display: none;}div.nwFileUploadWrap img.placeholderOrUploadedImage {    width: 150px;    height: 150px;}a.removeFileUpload {    display: none;    cursor: pointer;    position: absolute;    top: 0;    right: 0;    width: 36px;    height: 36px;}