.layout-box {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  opacity: 0 !important;
  pointer-events: none;
}
.layout-box .label {
  font: 1.4rem "Open Sans", "Arial", sans-serif;
  position: absolute;
  margin: 0;
  background-color: rgba(255, 255, 255, 0.7);
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 3em;
  height: 18px;
  padding: 2px;
  text-align: center;
}
.layout-box .topLeft {
  left: 2px;
  top: 2px;
}
.layout-box .topRight {
  right: 2px;
  top: 2px;
}
.layout-box .bottomLeft {
  bottom: 2px;
  left: 2px;
}
.layout-box .bottomRight {
  bottom: 2px;
  right: 2px;
}

.block-scroll-section-home-block .layout-box {
  background: rgba(244, 29, 29, 0.2);
}

.field--type-image .layout-box {
  background: rgba(29, 54, 244, 0.2);
}

header .page-title .layout-box, #block-mainshorcut .layout-box {
  background: rgba(13, 255, 0, 0.2);
}