// For DropZone

@media screen and (max-width:540px) {
    .dropzone {
        .dz-message {
            top: 70% !important;
            font-size: 1.5rem !important;
        }
    }
}