/*
    Created on : 19 avr. 2020, 06:17:19
    Author     : LOIC
*/

.up-iframe-container { 
  position: relative; 
}  
.up-iframe-container:before{ 
      display:block;
      content:"";
      width:100%;
      padding-top: 56.25%; 
}

.up-iframe { 
  position: absolute; 
  top: 0; 
  left: 0; 
  right:0;
  bottom:0;
  width:100%;
  height:100%;
  border: 0; 
}
