#drag_drop, #drag_drop_disabled{
    background-color : #f9f9f9;
    border : #ccc 4px dashed;
    padding : 12px;
    font-size : 24px;
    text-align : center;
    position: relative;
}

.preview-img {
  max-width: 100px;
  max-height: 50px;
}

.imgbox {
  width: 100px!important;
}

.js .box__file {
    width: 0.1px;
    height: 0.1px;
    opacity: 0;
    overflow: hidden;
    position: absolute;
    z-index: -1;
}

.box.has-advanced-upload .box__icon {
    width: 100%;
    height: 80px;
    fill: #92b0b3;
    display: block;
}

.js .box__file + label {
    max-width: 80%;
    text-overflow: ellipsis;
    white-space: nowrap;
    cursor: pointer;
    display: inline-block;
    overflow: hidden;
}

.js .box__file + label:hover strong, .box__file:focus + label strong, .box__file.has-focus + label strong {
    color: #39bfd3;
}
