/*
* Prefixed by https://autoprefixer.github.io
* PostCSS: v8.4.14,
* Autoprefixer: v10.4.7
* Browsers: last 4 version
*/

.drop-zone--over {
    border-style: solid;
}

.drop-zone__thumb {
    width: 100%;
    height: 100%;
    border-radius: 10px;
    overflow: hidden;
    background-color: #fbfbfb;
    color: #222;
    background-size: cover;
}

.drop-zone__thumb::after {
    content: attr(data-label);
    width: 100%;
    padding: 5px 0;
    color: rgba(0, 0, 0, 0.75);
    font-size: 14px;
    text-align: center;
    display: block;
}