.question-wrap {
    margin: 0 auto;
    width: 100%;
}
.cross-fade {
    width: 800px;
	margin: 0 auto;
	position: relative;
}
 
.before {
	position: absolute;
	top: 0;
	left: 0;
}
 
.after {
	position: absolute;
	top: 0;
	left: 0;
	display: none;
}
.fade-image img {
    width: 700px;
    height: 400px;
    text-align: center;
}
.button-area {
    width: 100%;
    text-align: center;
}
.select_button {
    margin: 0 auto;
    font-size: 30px;
    margin-top: 500px;
    width: 150px;
    height: 150px;
}
.click-indicator {
    position: absolute;
    width: 50px; 
    height: 50px;
    border: 3px solid red; 
    border-radius: 50%; 
    display: none; 
}
.question {
    text-align: center;
}

.cross_fade_timer{
    width: 800px;
    /* margin: auto; */
}