main {
  max-width: 700px;
  margin: 0 auto;
}

figure {
  width: 0;
  margin: 0 auto;
  position: relative;
}

figure video:first-child {
  position: absolute;
  top: 0;
  right: 0;
}
