.page-header{
    display:none;
}

.no-padding{
    padding:0px;
}

.full-height{
  max-height: 100vh;
  height: 100vh;
  overflow: hidden;
}
.pos-rel{
position: relative;
}
.pos-abs{
position: absolute;
}
.top-100{
top:100%;
}
.top-80{
top:80%
}
.top-60{
top:60%
}
.top-40{
top:40%
}
.top-20{
top:20%
}
.top-0{
top:0%
}