.file-preview{-webkit-box-orient:vertical;-webkit-box-direction:normal;-ms-flex-direction:column;flex-direction:column;-webkit-box-pack:justify;-ms-flex-pack:justify;justify-content:space-between;margin-bottom:10px;height:100%}.file-preview,.file-preview__image{display:-webkit-box;display:-ms-flexbox;display:flex;position:relative}.file-preview__image{-webkit-box-pack:center;-ms-flex-pack:center;justify-content:center;background:no-repeat 50%;background-size:cover;margin-bottom:15px}.file-preview__image:after{display:block;content:"";padding-bottom:100%}.file-preview__image .image-actions{display:none;height:100%;width:100%;position:absolute;top:0;bottom:0;left:0;right:0;background:hsla(0,0%,100%,.8);padding:15px}.file-preview__image .image-actions .image-action{cursor:pointer}.file-preview__image .image-actions .image-action:hover{color:red}.file-preview__image:hover .image-actions{display:block}.file-preview__name{display:block;white-space:nowrap;overflow:hidden;text-overflow:ellipsis}.file-preview__size{display:block;text-align:center}