.video-wrapper {
  display: flex;
  justify-content: center;
}

.video {
  width: 560px;
  height: 315px;
}

.video iframe {
  width: 100%;
  height: 100%;
}

