#ccc {
  position: absolute;
  width: 100%;
  height: 100%;

  &:empty {
    width: 0;
    height: 0;
  }
}