.acordion > dt {
  cursor: pointer;
  background-size: 100% 100%;
  position: relative;
}

.acordion > dd {
  overflow: visible;
}

.acordion img {
  width: 100%;
  display: block;
}

.acordion > dt.active > img {
  opacity: 0;
}/*# sourceMappingURL=acordion.css.map */