/** Shopify CDN: Minification failed

Line 54:15 Unexpected "{"
Line 54:24 Expected ":"

**/
.pb-editorial-section {
  margin: 0;
}

.pb-editorial__frame {
  position: relative;
  display: block;
  width: 100%;
  aspect-ratio: var(--pb-ratio, 0.75);
  overflow: hidden;
  text-decoration: none;
  color: inherit;
}

.pb-editorial__image,
.pb-editorial__image img {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  display: block;
}

.pb-editorial__caption {
  position: absolute;
  left: 0;
  right: 0;
  display: flex;
  padding: 0 6%;
}

.pb-editorial__caption--top-left { top: 6%; justify-content: flex-start; }
.pb-editorial__caption--top-center { top: 6%; justify-content: center; }
.pb-editorial__caption--bottom-left { bottom: 6%; justify-content: flex-start; }
.pb-editorial__caption--bottom-center { bottom: 6%; justify-content: center; }

.pb-editorial__heading {
  font-family: var(--font-heading-family);
  font-weight: 700;
  font-size: clamp(1.5rem, 4vw, 2.5rem);
  color: #ffffff;
  margin: 0;
  text-align: center;
}
/* Añadir esto al final de section-pb-editorial-banner.css existente */

#pb-editorial-{{ section.id }} .pb-editorial__video,
.pb-editorial__video {
  position: absolute;
  inset: 0;
  width: 100%;
  height: 100%;
  object-fit: cover;
  border: 0;
}

.pb-editorial__frame {
  position: relative;
}