html {
  --fla-heading-font-family: "CenturyGothicStd", "Inter", sans-serif;
  --fla-subheading-font-family: "Poppins";
  --fla-body-font-family: "Inter", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  --fla-text-color-light: rgba(255,255,255,0.618);
}

body {
  --fla-dock-height: 0px;
}

body[data-fla-state*="do:1"] {
  --fla-dock-height: var(--fla-footer-height);
}

/**
 * TO BE INCLUDED WITHIN THE CONTENT CONTAINING ELEMENT
 * (WHERE THE SCOLLING DOES HAPPEN)
 */
/**
 * Must be applied not to the block element but the h1/h2/h3 directly
 * block must be display: contents
 */
/**
  NOTE: THIS IS SPECIFIC TO FONTS
  ARIAL: 0.318/2
 */
/**
 * What this does, is:
 * Given a Text like "First, Last and Always" we have the descender "y"
 * this mixin calculates the space that is taken by descenders and subtracts it
 * from the height of the element via negative margin bottom. By the way:
 * the descender space is also taken if we have text that does NOT have a descender!
 * When to use:
 * - The text block needs to sit bottom align with a specific design line or element
 *
 * When NOT to use:
 * - If another text block is placed below this one. in that case we need to use another mixin "centuryGothicDescendantEqualizer"
 *
 * Get the UnitsPerEM via "ttx -t head CenturyGothicStd.ttf" (fonttools)
 * Get the sTypoDescender via `ttx -t OS/2 CenturyGothicStd.ttf` (fonttools)
 * Calculate the Descener Ratio: Descender Ratio = |sTypoDescender| / unitsPerEm
 * Translate into CSS: margin-bottom: calc(-1*<DescenderRatio>)
 *
 * @see https://stackoverflow.com/questions/27631736/meaning-of-top-ascent-baseline-descent-bottom-and-leading-in-androids-font
 */
/**
 What we do here is:
 Based on this graphic: https://i.sstatic.net/LwZJF.png we cut off the
 distance from the bottom to the Descent
 */
/**
 * @deprecated Moved to a SDC component
 */
/**
 * Meant to glue the menu image before and after the content area so it can be used as glass background..
 */
/**
 * Use the content's image as a background below the content area to prevent boring grey areas
 */
/*
 * Use this for sections where the main content area must start below the header (not overlayed by the glass header)
 * to look fine u need to define a backkground image either for the body element or the layout container
 */
html {
  --fla-heading-font-family: "CenturyGothicStd", "Inter", sans-serif;
  --fla-subheading-font-family: "Poppins";
  --fla-body-font-family: "Inter", "Helvetica Neue", "Arial", "Helvetica", "sans-serif";
  --fla-text-color-light: rgba(255,255,255,0.618);
}

body {
  --fla-dock-height: 0px;
}

body[data-fla-state*="do:1"] {
  --fla-dock-height: var(--fla-footer-height);
}

/**
 * TO BE INCLUDED WITHIN THE CONTENT CONTAINING ELEMENT
 * (WHERE THE SCOLLING DOES HAPPEN)
 */
/**
 * Must be applied not to the block element but the h1/h2/h3 directly
 * block must be display: contents
 */
/**
  NOTE: THIS IS SPECIFIC TO FONTS
  ARIAL: 0.318/2
 */
/**
 * What this does, is:
 * Given a Text like "First, Last and Always" we have the descender "y"
 * this mixin calculates the space that is taken by descenders and subtracts it
 * from the height of the element via negative margin bottom. By the way:
 * the descender space is also taken if we have text that does NOT have a descender!
 * When to use:
 * - The text block needs to sit bottom align with a specific design line or element
 *
 * When NOT to use:
 * - If another text block is placed below this one. in that case we need to use another mixin "centuryGothicDescendantEqualizer"
 *
 * Get the UnitsPerEM via "ttx -t head CenturyGothicStd.ttf" (fonttools)
 * Get the sTypoDescender via `ttx -t OS/2 CenturyGothicStd.ttf` (fonttools)
 * Calculate the Descener Ratio: Descender Ratio = |sTypoDescender| / unitsPerEm
 * Translate into CSS: margin-bottom: calc(-1*<DescenderRatio>)
 *
 * @see https://stackoverflow.com/questions/27631736/meaning-of-top-ascent-baseline-descent-bottom-and-leading-in-androids-font
 */
/**
 What we do here is:
 Based on this graphic: https://i.sstatic.net/LwZJF.png we cut off the
 distance from the bottom to the Descent
 */
/**
 * @deprecated Moved to a SDC component
 */
/**
 * Meant to glue the menu image before and after the content area so it can be used as glass background..
 */
/**
 * Use the content's image as a background below the content area to prevent boring grey areas
 */
/*
 * Use this for sections where the main content area must start below the header (not overlayed by the glass header)
 * to look fine u need to define a backkground image either for the body element or the layout container
 */
.region-content #block-fla-content .views-element-container, .region-content #block-fla-content .view-content, .region-content #block-fla-content .view {
  height: 100%;
  width: 100%;
}

html.glass-header .layout-container {
  padding-top: var(--fla-header-height);
  position: unset;
  background: transparent url("/themes/custom/fla/img/backgrounds/bg_videos_1920x1080.jpg") center center no-repeat;
  background-size: cover;
  background: unset;
  background-position: center center, center center;
  background-color: transparent;
  background-repeat: no-repeat, no-repeat;
  background-image: url("/themes/custom/fla/img/backgrounds/vignette-full-scree_1920x1080.jpg"), url("/themes/custom/fla/img/backgrounds/bg_videos_1920x1080.jpg");
  background-size: cover, cover;
}

html.glass-header .layout-container main {
  position: relative;
}

.view-content {
  padding-top: 3px;
  display: flex;
  flex-direction: column;
  align-items: center;
}

[data-component-id="fla:card"] {
  max-height: 199px;
}

@media screen and (min-width: 1024px) {
  [data-component-id="fla:card"] {
    max-height: unset;
  }
}

.fu-card .fu-card-identifier {
  display: none !important;
}

[data-component-id="fla:card"] {
  --slide-size: 70dvw !important;
  flex-basis: var(--slide-size) !important;
  aspect-ratio: 16/9 !important;
  height: calc(var(--slide-size) * 9 / 16) !important;
  max-height: calc(100dvh - 2rem - var(--fla-dock-height) - var(--fla-header-height)) !important;
}

@media screen and (min-aspect-ratio: 16/12) {
  [data-component-id="fla:card"] {
    --slide-size: 50dvw !important;
  }
}

/*
[data-component-id="fla:embla_carousel"] {
  height: 100%;

  .field--name-field-media-oembed-video{ display: contents}

  .embla-thumbs{
    // @todo: Should use # { $thumbnailStripLayout2 }
    //@container (min-width: 200px) and (min-height: 500px){
    //  height: calc(100% - 6rem) !important;
    //}
    // zoom in the four thumbs a little bit..thum
    img{ object-fit: cover; object-position: center; }
  }

  .embla__container iframe{
    padding: 0 1rem !important;
  }

}
//*/
.views-element-container, .views-element-container > .view, .views-element-container .view-content {
  position: relative;
  height: 100%;
}

/*# sourceMappingURL=fla-sandh-videos.css.map */