﻿.video {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  margin-bottom: 10px;
}
 
.video iframe{
  position: absolute;
  top: 0;
  width: 100%;
  height: 100%;
  bottom : 20px;
  right : 10cm;
}
