input-image {
	position: relative;
	width: 100%;
	height: 100%;
	min-height: 15vh;
	display: flex;
	justify-content: center;
	align-items: center;
	cursor: pointer;
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	background-color: rgba(0, 0, 0, 0.1);
	box-sizing: border-box;
}

input-image > input {
	display: none;
}

input-image > i[class] {
	position: absolute;
	top: 0;
	left: 0;
	right: 0;
	bottom: 0;
	font-size: 4rem;
	opacity: 0.5;
	display: flex;
	justify-content: center;
	align-items: center;
}

input-image[style] > i {
	color: transparent;
}
