/**
* Block Name: video
*/

section.video .embed-container {
  width: 100%;
  height: auto;
  min-height: 50vh;
}

section.video .embed-container iframe {
  width: 100%;
  height: auto;
  min-height: 60vh;
}

@media (max-width: 767px) {
  section.video .embed-container,
  section.video .embed-container iframe {
    min-height: 30vh;
  }
}
