.standish-text-reveal {
  display:  none; /* Was flex */
}
.standish-text-reveal .line {
    width: 100%;
    height: 70px;
    position: relative;
    overflow: hidden;
}
.standish-text-reveal .line span{
  position: absolute;
}


.standish-image-reveal {
  display: flex;
  position: relative;
}
.standish-image-reveal:nth-child(1) {
  background: transparent;
}
.standish-image-reveal:nth-child(2) {
  background: transparent;
}
.standish-image-reveal:nth-child(3) {
  background: transparent;
}
.standish-image-reveal > .reveal > img {
  object-fit: cover;
  transform-origin: left;
}
.standish-image-reveal > .reveal {
  visibility: hidden;
  position: relative;
  
  overflow: hidden;
}




/* Bouton sur les éléments : https://codepen.io/akapowl/pen/9957de7f4c8c273f30d67cb09db000e5 */
/* https://codepen.io/cameronknight/pen/pogQKwR */