.embed-container, .embed-block {
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  width: 100%;
}

.embed-container iframe, .embed-block iframe,
.embed-container lite-youtube, .embed-block lite-youtube,
.embed-container object, .embed-block object,
.embed-container embed, .embed-block embed {
  position: absolute;
  top: 0;
  left: 0;
  right: 0;
  bottom: 0;
  width: 100%;
}

lite-youtube {
  width: 100% !important;
  background-repeat: no-repeat !important;
  background-position: 50% 50% !important;
  background-size: 100% auto !important;
  max-width: none !important;
}

lite-youtube > .lty-playbtn {
  filter: none !important;
}
