
.scene img {
  display: block;
  width: 120%; left:-10%;}


.scene {
  margin: 0;
  padding: 0;
  width: 100%;
  height: 100%;overflow: hidden; }
 

.fill {
  bottom: 5%;
  left: 5%;
  position: absolute;
  right: 5%;
  top: 5%; }

.expand-width {
  width: 100%; }

.border {
  border: 2px dashed #00ffaa; }

.aspect {
  opacity: 1; }

.scene > *:nth-child(1) {
  opacity: 1;width: 100%; 
  }
   

.scene > *:nth-child(2) {
  opacity: 0.55;width: 100%; 
 }
  

.scene > *:nth-child(3) {
  opacity: 0.70;width: 100%; 
   }
  
