/* Make YouTube embedded videos full width
 .wp-block-embed-youtube {
   overflow: hidden;
   position: relative;
   max-width: 100%;
   height: auto;
   padding-bottom: 56.25%;
 }

 .wp-block-embed-youtube iframe,
 .wp-block-embed-youtube object,
 .wp-block-embed-youtube embed {
   position: absolute;
   top: 0;
   left: 0;
   width: 100%;
   height: 100%;
 }*/


.wp-block-embed__wrapper {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  max-width: 100%;

  iframe,
  object,
  embed {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}

.wp-block-embed {
  text-align: center;

  iframe,
  object,
  embed {
    height: 77vh;
    max-height: 100%;
    width: 100%;
  }
}

* + .wp-block-embed {
  margin-top: 2rem;
}

.wp-block-embed + * {
  margin-top: 2rem;
}

.fb_iframe_widget_fluid_desktop span {
  display: block;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.wp-block-embed-facebook .wp-block-embed__wrapper {
  height: auto;
  padding-bottom: 0;
}
