bantalan negatif CSS

.element {
    position: absolute;
    top:50%;
    padding-top:-50%;
    overflow: visible;
}
Undefined