/*
To change this license header, choose License Headers in Project Properties.
To change this template file, choose Tools | Templates
and open the template in the editor.
*/
/* 
    Created on : Aug 30, 2018, 3:12:09 PM
    Author     : window5
*/
.animate .right-answer {
  position: absolute;
  /* left: -10%; */
  width: 50%;
  bottom: 5%;
  z-index: 3;
  height: 50%;
  transition: all 0.2s ease-in;
  background: url('../images/right-answer.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.animate .wrong-answer {
  position: absolute;
  /* left: -10%; */
  width: 50%;
  bottom: 6%;
  z-index: 3;
  height: 50%;
  transition: all 0.2s ease-in;
  background: url('../images/wrong-answer.gif');
  background-size: 100% 100%;
  background-repeat: no-repeat;
}
.d-none {
  display: none;
}
/*# sourceMappingURL=exercise.css.map */