/* Global */
#svg-logo {
  width: 80px;
  position: fixed;
  top: 15px;
  left: 15px;
  z-index: 10;
}

#editMode {
  z-index: 1000000;
}

.editable-block {
    position: relative;
}

.block-editable-anchor {
    display: none;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    top: 0;
    background: rgba(23,121,186,0.2);
    border: 0.5px solid #1779ba;
    min-height: 40px;
    z-index: 2;
}

.image-background-block {
    position: absolute;
    width: 100%;
    height: inherit;
    background-size: cover;
    background-position: center center;
}

.image-background {
    background-size: cover;
    background-position: 50%;
    width: 100%;
    height: 100%;
}

.block-editable-icon {
    position: absolute;
    top: 0;
    right: 5px;
    display: inline-block;
    text-align: center;
    font-size: 25px;
}

.image-background :not(.image-background-block, .block-editable-anchor, .block-editable-icon) {
  position: relative;
}