
.slmt-dropzone{
    border:2px dashed #caa05c;
    border-radius:14px;
    padding:35px;
    text-align:center;
    background:#111;
    color:#fff;
    cursor:pointer;
}
.slmt-dropzone:hover{
    opacity:.9;
}
.slmt-progress{
    display:none;
    height:8px;
    background:#333;
    border-radius:10px;
    overflow:hidden;
}
.slmt-progress span{
    display:block;
    width:0;
    height:100%;
    background:#caa05c;
}
@media(max-width:600px){
    .slmt-dropzone{
        padding:25px 15px;
    }
}
