/* stylelint-disable */
/* stylelint-disable max-line-length */
:root {
  --breakpoint-xxl: 1920px;
  --breakpoint-xl: 1440px;
  --breakpoint-lg: 1280px;
  --breakpoint-md: 1024px;
  --breakpoint-md-s: 992px;
  --breakpoint-sm: 768px;
  --breakpoint-xs: 512px;
  --breakpoint-xxs: 390px;
}

/* stylelint-disable */
/* stylelint-disable */
/* stylelint-disable */
/*
  This mixin can be used to set the object-fit:
  @include object-fit(contain);

  or object-fit and object-position:
  @include object-fit(cover, top);
*/
.wp-block .center-video-img-bg-blur,
.center-video-img-bg-blur {
  height: 100vh;
  position: relative;
  overflow: hidden;
}
@media (max-width: 512px) {
  .wp-block .center-video-img-bg-blur,
  .center-video-img-bg-blur {
    height: 304px;
  }
}
.wp-block .center-video-img-bg-blur__container,
.center-video-img-bg-blur__container {
  display: flex;
  align-items: center;
  justify-content: center;
  height: 100%;
}
.wp-block .center-video-img-bg-blur__background,
.center-video-img-bg-blur__background {
  position: absolute;
  width: 100%;
  height: 100%;
  background-size: cover;
  filter: blur(5px);
  transform: scale(1.15);
}
.wp-block .center-video-img-bg-blur__video,
.center-video-img-bg-blur__video {
  position: relative;
  z-index: 2;
  overflow: hidden;
}
