
/* Neutralize Squarespace's intrinsic ratio padding when present */
.embed-block-wrapper[style*="padding-bottom"] {
  padding-bottom: 0 !important;
  height: auto !important;
}

/* Responsive min-height for generated iframes */
iframe.lfsvef-video {
  display: block;
  width: 100% !important;
  min-height: 360px;
  border: 0;
}
@media (min-width: 768px) {
  iframe.lfsvef-video { min-height: 720px; }
}
