/* PAGE VISUALISATION CREA */
section {
  align-items: center;
  height: initial;
  flex-wrap: wrap;
}
embed {
  margin-top: 2rem;
  height: 50vh;
  width: 60%;
}

figure {
  height: 50vh;
  width: auto;
  display: flex;
  justify-content: center;
  flex-wrap: wrap;
}

figure > figcaption {
  padding-top: 1rem;
  width: 100vw;
  text-align: center;
  font-size: 1.3rem;
}
