/*!*********************************************************************************************************************************************************************************************************************************************************!*\
  !*** css ./node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[4].use[1]!./node_modules/postcss-loader/dist/cjs.js??ruleSet[1].rules[4].use[2]!./node_modules/sass-loader/dist/cjs.js??ruleSet[1].rules[4].use[3]!./src/blocks/full-media/style.scss ***!
  \*********************************************************************************************************************************************************************************************************************************************************/
/**
 * The following styles get applied both on the front of your site
 * and in the editor.
 *
 * Replace them with your own styles or remove the file completely.
 */
.wp-block-theme-blocks-full-media .wp-block-content-wrapper {
  min-height: 350px;
  max-height: 900px;
  padding: 0 !important;
}

.full-media__wrapper {
  aspect-ratio: 14.4/6.83;
  position: relative;
  width: 100%;
  height: 100%;
  left: 0;
  z-index: 1;
  overflow: hidden;
}
.full-media__wrapper figure {
  width: 100%;
  height: 100%;
  margin: 0;
  display: flex;
}
.full-media__wrapper figure img {
  width: 100%;
  height: 120%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-media__wrapper figure img.desktop {
  display: block;
}
.full-media__wrapper figure img.mobile {
  display: none;
}
@media (max-width: 768px) {
  .full-media__wrapper figure.has-mobile-img img.desktop {
    display: none;
  }
  .full-media__wrapper figure.has-mobile-img img.mobile {
    display: block;
  }
}
.full-media__wrapper video {
  display: flex;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-media__video-action {
  cursor: pointer;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  z-index: 10;
  transition: opacity 0.3s ease-in-out, visibility 0.3s ease-in-out;
}
.full-media__icon {
  width: 130px;
  position: absolute;
  left: 50%;
  top: 50%;
  transform: translate(-50%, -50%);
  z-index: 10;
}
.full-media__icon svg {
  width: 100%;
  height: auto;
}
@media (max-width: 992px) {
  .full-media__icon {
    width: 92px;
  }
}
@media (max-width: 576px) {
  .full-media__icon {
    width: 60px;
  }
}
.full-media__video {
  background-color: black;
  position: absolute;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
}
.full-media__video iframe,
.full-media__video video {
  flex: 1;
  position: absolute;
  z-index: 0;
  left: 0;
  top: 0;
  width: 100%;
  height: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
.full-media--video-playing .full-media__video-action {
  opacity: 0;
}

/*# sourceMappingURL=style-index.css.map*/