#drag-box{
	width: 100%;
	height: 250px;
	text-align: center;
	margin-bottom: 20px;
}

#drag-box #preview{
	width: 100%;
	height: 240px;
	color: #000;
	padding: 9px;
	cursor: pointer;
	text-align: center;
	border-radius: 16px;
	border: 2px solid rgba(255, 255, 255, .3);
	box-shadow: 0 0 1px #000;
	background-position: center;
	background-size: cover;
}

#drag-box #preview img{
	width: 70px;
	margin-top: 15px;
}

#drag-box #preview span{
	display: block;
	font-size: 15px;
	color: #777;
	margin-top: 15px;
}

#wishcard-form-loader{
	z-index: 5;
	width: 95%;
	height: 88%;
	position: absolute;
	display: flex;
	align-items: center;
	justify-content: center;
	background: rgba(0, 0, 0, .3);
	border-radius: 40px;
	backdrop-filter: blur(7px);
}

#wishcard-form-loader p{
	color: #fff;
	font-size: 20px;
	text-shadow: 0 0 2px #000;
}

#results-section{
	padding-top: 75px;
	padding-bottom: 50px;
}

#results-section iframe{
	height: 70vh;
}

#results-content{
	width: 100%;
	height: 300px;
}

#results-section img{
	position: relative;
	width: 100%;
	height: 100%;
}