.image-input,.image-input__wrapper{position:relative}.image-input{display:flex;flex-direction:column;align-items:center;justify-content:center;min-width:200px;min-height:200px;background-color:#f5f5f5;border:thin solid rgba(0,0,0,.12);border-radius:4px;cursor:pointer}.image-input--error{border:2px solid #e02020}.image-input__overlay{position:absolute;top:0;right:0;bottom:0;left:0;display:flex;justify-content:center}.image-input__overlay-image{-o-object-fit:cover;object-fit:cover;background-color:#ccc}.cropper{max-height:400px;overflow:hidden}.cropper .vue-advanced-cropper__background{background:#ccc}.delete-btn{right:70px!important}