/*
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: 2%;
  width: 400px !important;
  bottom: 5%;
  z-index: 3;
  height: 300px;
  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: 2%;
  width: 300px;
  bottom: 5%;
  z-index: 3;
  height: 300px;
  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 */