/* Variables */
.full-image-block {
  position: relative;
}
.full-image-block img {
  height: 100%;
  max-height: 800px;
  object-fit: cover;
  width: 100%;
}
body.wp-admin .full-image-block img {
  max-height: 400px;
}/*# sourceMappingURL=acf-full-image.css.map */