.video-simple {
  text-align: center;
}

.video-simple iframe {
  width: 100%;
  height: 400px;
}

@media (min-width: 990px) {
  .video-simple iframe {
    height: 550px;
  }
}