section .preview-wrapper {
	display: flex;
	padding: 5rem 0;
	width: 100%;
	justify-content: center;
}
section #preview {
	width: 28rem;
	height: 14rem;
	background: var(--color-dark-white);
	background-repeat: no-repeat;
}
section .input-wrapper.text {
	width: 13rem;
}
section .input-wrapper.text.hidden {
	display: none;
}