.portfolio-preview {
  max-width: 960px !important;
  margin: auto;
  max-height: 100%;
  transition: 1s max-height ease-in-out;
  position: relative;
  cursor: pointer;
}
.portfolio-preview .preview-image {
  width: fit-content;
  margin: auto;
  max-width: 100%;
}
.portfolio-preview .preview-image img {
  width: 100%;
  height: 100%;
  object-fit: cover;
}
.portfolio-preview .close {
  position: absolute;
  top: 0;
  right: 0.5rem;
  padding: 0.25rem;
  background-color: white;
  cursor: pointer;
  z-index: 1000;
  display: none;
}
.portfolio-preview .full-contents {
  display: none;
  height: 100vh;
  padding: 2rem;
  background-color: white;
  border-radius: 5px;
  overflow: auto;
  box-sizing: border-box;
}
.portfolio-preview .full-contents figure {
  height: 100%;
  max-width: 100%;
}
.portfolio-preview .full-contents figure .wp-block-embed__wrapper {
  height: 100%;
}
.portfolio-preview .full-contents figure .pdf_embed-container {
  height: 100%;
}
.portfolio-preview .full-contents figure iframe {
  width: 100%;
  height: 100%;
}
.portfolio-preview.active .close {
  display: block;
}
.portfolio-preview.active .preview-image {
  display: none;
}
.portfolio-preview.active .full-contents {
  display: block;
}

.acf-block-preview .pdf_embed-container {
  height: 500px;
}
.acf-block-preview .portfolio-preview .full-contents {
  display: block;
  height: 500px;
}
.acf-block-preview .portfolio-preview .full-contents .block-editor-inner-blocks {
  height: 100%;
}
.acf-block-preview .portfolio-preview .full-contents .block-editor-inner-blocks .block-editor-block-list__layout {
  height: 100%;
}
.acf-block-preview .portfolio-preview .full-contents .block-editor-inner-blocks .block-editor-block-list__layout .block-editor-block-list__block {
  height: 100%;
}

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