/*!*******************************************************************************************************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[1].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[1].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[1].use[3]!./node_modules/sass-resources-loader/lib/loader.js??ruleSet[1].rules[1].use[4]!./src/blocks/video/_video-styles.scss ***!
  \*******************************************************************************************************************************************************************************************************************************************************************************************************************************************/
/**
 * Grid Breakpoints
 */
/**
 * Font mixins
 */
/**
 * Notification component
 */
/**
 * Buttons mixins
 */
/**
 * Link mixins
 */
/**
 * Global mixins
 */
/**
 * Block elements mixins
 */
/**
 * Calculate letter spacing base on font size and percentage.
 */
/**
 * Gallery slider
 * Used in photo gallery block
 * Used on single post
 * Used on single event
 */
/**
 * Swiper slider.
 */
/**
 * Custom Form 7.
 */
/**
 * Contact form mixins
 */
.b-video {
  padding-block: 2rem;
}
@media screen and (min-width: 768px) {
  .b-video {
    padding-block: 2.5rem;
  }
}
.b-video__container {
  position: relative;
  width: 100%;
  height: 0;
  padding-top: 56.25%;
}
.b-video__header-wrapper {
  text-align: center;
}
.b-video__title {
  margin-bottom: 1.5rem;
  color: var(--lake-blue-60);
  font-size: var(--heading-h5);
  font-weight: 500;
  line-height: 1.14268;
}
@media screen and (min-width: 576px) {
  .b-video__title {
    letter-spacing: -0.02em;
  }
}
@media screen and (min-width: 768px) {
  .b-video__title {
    margin-bottom: 2.5rem;
  }
}
.b-video__header {
  margin: 0 0 1.5rem;
  color: var(--lake-blue-60);
  font-family: var(--font-family-secondary);
  font-size: var(--font-serif-04);
  font-weight: 900;
  line-height: 1.125;
}
@media screen and (min-width: 768px) {
  .b-video__header {
    margin-bottom: 3.75rem;
  }
}
.b-video__video-image, .b-video__container {
  overflow: hidden;
}
.b-video__video-image {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.b-video__video-image img {
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-video__video-image--hidden {
  display: none;
}
.b-video__video-iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.b-video__video-iframe iframe {
  width: 100%;
  height: auto;
  aspect-ratio: 16/9;
}
.b-video__video-wrapper {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  margin: 0;
}
.b-video__video-wrapper iframe {
  margin: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
}
.b-video__icon {
  position: absolute;
  top: 50%;
  left: 50%;
  display: flex;
  width: 3.75rem;
  height: 3.75rem;
  align-items: center;
  justify-content: center;
  border: none;
  border-radius: 50%;
  background-color: var(--lake-blue-40);
  cursor: pointer;
  transform: translate(-50%, -50%);
}
@media screen and (min-width: 768px) {
  .b-video__icon {
    width: 5rem;
    height: 5rem;
  }
}
@media screen and (min-width: 1140px) {
  .b-video__icon {
    width: 7.5rem;
    height: 7.5rem;
  }
}
.b-video__icon img {
  width: auto;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .b-video__icon img {
    height: 2.5rem;
  }
}
.b-video__icon svg {
  width: auto;
  height: 2rem;
}
@media screen and (min-width: 768px) {
  .b-video__icon svg {
    height: 2.5rem;
  }
}
.b-video__icon svg path {
  fill: var(--color-white);
  transition: fill 0.2s ease-in-out;
}
.b-video__icon--hidden {
  display: none;
}
.b-video__icon:hover svg path {
  fill: var(--borealis-green-40);
}
.b-video--color-white {
  background-color: var(--color-white);
}
.b-video--ore-brown-10 {
  background-color: var(--ore-brown-10);
}
.b-video--ore-brown-20 {
  background-color: var(--ore-brown-20);
}
.b-video--ore-brown-10 .b-video__title, .b-video--ore-brown-20 .b-video__title {
  color: var(--ore-brown-60);
}
.b-video--ore-brown-10 .b-video__header, .b-video--ore-brown-20 .b-video__header {
  color: var(--ore-brown-60);
}
.b-video--lake-blue-10 {
  background-color: var(--lake-blue-10);
}
.b-video--lake-blue-40 {
  background-color: var(--lake-blue-40);
}
.b-video--lake-blue-60 {
  background-color: var(--lake-blue-60);
}
.b-video--lake-blue-40 .b-video__title, .b-video--lake-blue-60 .b-video__title {
  color: var(--borealis-green-40);
}
.b-video--lake-blue-40 .b-video__header, .b-video--lake-blue-60 .b-video__header {
  color: var(--color-white);
}

/*# sourceMappingURL=block_video.css.map*/