/*
.upload-btn-wrapper {
	position: relative;
	overflow: hidden;
	display: block;
}

.upload-btn-wrapper .btn {
	border: 1px dashed #333;
	color: gray;
	background-color: white;
	padding: 8px 20px;
	border-radius: 8px;
	font-size: 20px;
	font-weight: bold;
	width: 100%;
	height: 60px;
}

.upload-btn-wrapper input[type=file] {
	font-size: 100px;
	position: absolute;
	left: 0;
	top: 0;
	opacity: 0;
	width: 100%;
	height: 60px;
}
*/