.grid.debug {
  position: absolute;
  top: 0px;
  left: 0px;
  z-index: 1000000;
  width: 100%;
  height: 100%;
  pointer-events: none;
  font-family: "Open Sans", sans-serif;
  /*padding: 0 54px;*/
}
.grid.debug >.container {
  height: 100%;
}
.grid.debug >.container >.row {
  height: 100%;
}
.grid.debug >.container >.row .col-1 {
  position: relative;
  height: 100%;
  background-color: rgba(247, 154, 47, 0.2);
}

.grid.debug >.container >.row .col-1 div {
  display: flex;
  justify-content: center;
  height: 100%;
  background-color: rgba(247, 154, 47, 0.2);
  opacity: 0.5;
}
