.video-container {
  position: relative;
  padding-top: 30px;
  padding-bottom: -15px;
  height: 0;
  overflow: hidden;
}

.video-container iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 80%;
  height: 80%;
  margin: 0 10%;
}
