.container-carrousel {
  overflow: hidden;
  position: relative;
}

.carrousel {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: flex-start;
  width: 500%;
  transition: 200ms all ease;
}
.carrousel > figure {
  flex-basis: 33.3333333333%;
}
.carrousel .back {
  width: 100%;
  display: block;
  text-shadow: 0 0.1rem 0.1rem #307e91, 0 0.2rem 0.4rem #82daf0;
  margin: auto;
}
.carrousel .back > img {
  width: 100%;
}

@media screen and (min-width: 1280px) {
  .carrousel {
    flex-direction: row;
  }
}

/*# sourceMappingURL=carrousel.css.map */
