@mixin fill-parent($position: absolute) {
    position: $position;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
}
