



section { position: relative; }


.lead { font-size: 30px; line-height: 36px; text-align: center; padding: 40px 0; }


.section-two { height: 700px; }
.section-two figure { position: absolute; top: 0; left: -20px; width: 100%; height: 100%; }
.section-two figure img { width: 100%; }
.section-two .lead { position: absolute; width: 100%; bottom: 30px; z-index: 2; font-size: 40px; color: #fff; text-transform: uppercase; }

@media only screen 
  and (max-width: 800px){
   
      .section-two 
	  { height: 100%; }
	  }
	  
.quizBlock { width: 100%; margin: 0 auto; position: relative; }  