.igui_center {
  @include stretch();

  .igui_center_preview {
    width: 100%;
    height: 100%;
    position: relative;

    &:before {
      content: '';
      position: absolute;
      @include stretch();
      background-color: rgba(0, 0, 0, .5);
    }
  }
}