.gm-relative {
    position: relative;
}

.gm-absolute {
    position: absolute;
}

.gm-static {
    position: static;
}

.gm-fixed {
    position: fixed;
}
