.scene {
  transition: all 0.3s;
}

.scene.active {
  width: 40%;
}
.scene img {
  height: 100%;
}
