section .preview-wrapper {
	position: relative;
	padding: 2rem 0;
	border-radius: 0.5rem;
}
section .preview-wrapper.upload img {
	opacity: 0;
}
section .preview-wrapper img {
	filter: brightness(0) saturate(100%);
	width: 85%;
	display: block;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%);
}
section .upload-content {
	padding: 0;
	border: none;
	width: fit-content;
	margin-top: 0;
}
section .preview-wrapper {
	width: 100%;
}
section .preview-box {
	width: 70%;
	margin: 0 auto;
	max-width: 35rem;
	aspect-ratio: 3 / 2;
	z-index: 2;
	rotate: 5deg;
	user-select: none;
	pointer-events: none;
}
section .slider-content .input-wrapper.text {
	width: 12rem;
	min-width: 12rem;
}