.bg-framed-work {
  padding: 2rem;
}

.is-style-bg-framed-work-reel .acf-innerblocks-container {
  position: relative;
}
.is-style-bg-framed-work-reel .acf-innerblocks-container figure {
  position: relative;
}
.is-style-bg-framed-work-reel .acf-innerblocks-container figure:before {
  content: "";
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  background: url("reel-overlay.png") bottom right no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
.is-style-bg-framed-work-reel .acf-innerblocks-container video, .is-style-bg-framed-work-reel .acf-innerblocks-container img {
  border-radius: 25px;
  max-width: 100%;
}

.is-style-bg-framed-work-webpage .acf-innerblocks-container {
  position: relative;
  overflow: hidden;
  border-radius: 25px;
}
.is-style-bg-framed-work-webpage .acf-innerblocks-container:before {
  content: "";
  position: relative;
  display: block;
  top: 0;
  left: 0;
  width: 100%;
  aspect-ratio: 16/9;
  background: url("webpage-overlay-black.png") top center no-repeat;
  background-size: contain;
  pointer-events: none;
  z-index: 2;
}
@media (max-width: 800px) {
  .is-style-bg-framed-work-webpage .acf-innerblocks-container:before {
    aspect-ratio: 9/16;
  }
}
.is-style-bg-framed-work-webpage .acf-innerblocks-container figure {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  overflow: hidden;
}
.is-style-bg-framed-work-webpage .acf-innerblocks-container video, .is-style-bg-framed-work-webpage .acf-innerblocks-container img {
  position: relative;
  width: 100%;
  height: auto;
  transform: translateY(0);
  will-change: transform;
}

.bg-framed-fg-image {
  display: none;
}

.is-style-bg-framed-work-social {
  position: relative;
}
.is-style-bg-framed-work-social video, .is-style-bg-framed-work-social img {
  border-radius: 25px;
}
.is-style-bg-framed-work-social .bg-framed-work-wrap {
  position: relative;
  padding: 1rem 1rem 5rem;
  background-color: rgba(255, 255, 255, 0.23);
  border-radius: 25px;
}
.is-style-bg-framed-work-social .bg-framed-work-wrap:before, .is-style-bg-framed-work-social .bg-framed-work-wrap:after {
  content: "";
  position: absolute;
  width: 100%;
  bottom: 2rem;
  left: 0;
  height: 1.5rem;
}
@media (max-width: 800px) {
  .is-style-bg-framed-work-social .bg-framed-work-wrap:before, .is-style-bg-framed-work-social .bg-framed-work-wrap:after {
    height: 0.75rem;
  }
}
.is-style-bg-framed-work-social .bg-framed-work-wrap:before {
  background: url("social-overlay-icons.png") 1rem bottom no-repeat;
  background-size: contain;
}
.is-style-bg-framed-work-social .bg-framed-work-wrap:after {
  background: url("social-overlay-dots.png") center no-repeat;
  background-size: auto 10px;
}
.is-style-bg-framed-work-social .bg-framed-fg-image {
  display: block;
  height: 2.5rem;
  margin-bottom: 1rem;
}
@media (max-width: 800px) {
  .is-style-bg-framed-work-social .bg-framed-fg-image {
    height: 2rem;
  }
}/*# sourceMappingURL=bg-framed-work.css.map */