.container-question {
	padding: 12px 0;
	width: 100%;
	text-align: center;
	background-color: beige;
}

.container-question > .title {
	margin-top: 24px;
	font-size: 24px;
}

.container-question > img {
	margin-top: 18px;
	width: 400px;
	max-width: 80%;
	height: auto;
	border: 3px black solid;
}

.container-question-form {
	width: 100%;
	text-align: center;
}

.container-question-form > img {
	margin-top: 12px;
	height: 45%;
}

.container-question-form > .close-btn {
	position: absolute;
	margin: 0;
	top: 2.5%;
	right: 2.5%;
	width: 32px;
	max-width: 8%;
	height: auto;
}

.container-question-form > .container-form {
	width: 100%;
}

.container-form > .input-box {
	margin-top: 12px;
	padding: 0 24px;
	width: 200px;
	height: 50px;
	color: #fff;
	border: 2px solid #000;
	border-radius: 10px;
	box-shadow: 0 0 0 4px #fff inset;
	background-color: rgba(0,0,0,0.9);
	font-size: 30px;
	text-align: center;
}

.container-form > .submit-btn {
	margin-top: 12px;
	width: 40%;
	max-width: 150px;
	height: 48px;
	font-size: 24px;
}
*/

.container-question > .answer-btn {
	width: 100%;
	text-align: center;
}

.answer-btn {
	margin-top: 12px;
}

.answer-btn > input {
	width: 30%;
	max-width: 150px;
	height: 48px;
	font-size: 18px;
}

.container-question > .container-hint {
	margin-top: 12px;
	margin-bottom: 24px;
	width: 100%;
	text-align: center;
}

.hint > input {
	margin-top: 12px;
	width: 50%;
	max-width: 200px;
	height: 36px;
	font-size: 12px;
}