.single-video .embed-code div {
  max-width: 100% !important;
  max-height: 100% !important;
  min-width: 100% !important;
  min-height: 100% !important;
  border: 0 !important;
  padding: 0 !important;
  margin: 0 !important;

  height: 100%;
}

.single-video .embed-code iframe {
  max-width: 100%;
  max-height: 100%;
  min-width: 100%;
  min-height: 100%;

  height: 100%;
}
