html, body, .full{
  width: 100%;
  height: 100%;
}
.pos-rel{
  position: relative;
}
.pos-abs{
  position: absolute;
}
.top-left{
  top: 0px;
  left: 0px;
}