#interview{
	color: #fff100;
	background: #000;
}
#slider{
	min-height: 100vh;
	position: fixed;
	z-index: -1;
	padding-bottom: 108px;
}
._inner{
	max-width: 1100px;
}
h3{
	max-width: 990px;
	margin: 0 auto 10%;
}
._interview-txt{}
._interview-txt p{
	margin-bottom: 1em;
	font-weight: normal;
}
._interview-txt p.question{
	font-weight: bold;
}
._interview-txt p.question span{
	letter-spacing: -.2em;
	margin-right: .5em;
}
@media screen and (max-width: 640px) {
	/*#slider > div{
		padding-bottom: 108px;
	}*/
}
