.desktop_text_container h2:not(.choklad) {
	padding-left:0px !important;
}
.dragUploadText:after {
	content: '(click here or drag and drop)' !important;
}
@media all and (max-width:650px) {
	.dragUploadText:after {
		content: '(click to upload)' !important;
	}
}