.m-video-responsive {
  max-width: 100%;
}

@media (min-width: 768px) {
  .m-video-responsive {
    max-width: 70%;
  }
}
