.slick-slide footer {
  display: flex;
  justify-content: space-between;
}
.slick-slide footer img {
  max-width: 4rem;
}

.listing .hidden {
  display: none;
}

.studio-video {
  position: relative;
  overflow: hidden;
}
.studio-video.extended {
  position: absolute;
  top: 0;
}
.studio-video iframe {
  position: absolute;
  max-width: none;
  top: 50%;
  left: 50%;
  min-width: 9999%;
  height: 100%;
  transform: translate(-50%, -50%);
}

.wpb_column:has(.studio-video.extended) {
  position: static;
}/*# sourceMappingURL=frontend.css.map */