/* Hide upload button text */
.btn-file input[type=file] {
	opacity: 0 !important;
}
