/* 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 {
    position: relative; }
    body.wp-admin .full-image-block:after {
      content: "";
      display: block;
      position: absolute;
      bottom: 0;
      top: 0;
      left: 0;
      right: 0;
      z-index: 22; }
    body.wp-admin .full-image-block img {
      max-height: 400px; }
    body.wp-admin .full-image-block:empty {
      background-color: #ECF8FE;
      padding: 60px 20px;
      text-align: left; }
      body.wp-admin .full-image-block:empty:before {
        content: "Add image..."; }

/*# sourceMappingURL=styles.css.map */
