.radial_wrapper {
    position: absolute;
    top: 0;
    bottom: 0;
    width: 100%;
    overflow: hidden;
}

.radial {
    position: absolute;
    width: 50px;
    height: 50px;

    top: 130px;

    -webkit-border-radius: 25px;
    -moz-border-radius: 25px;
    border-radius: 25px;
    -ms-transform-origin: center;
    -moz-transform-origin: center;
    -webkit-transform-origin: center;
    transform-origin: center;
    -ms-transform: scale(0);
    -moz-transform: scale(0);
    -webkit-transform: scale(0);
    transform: scale(0);
}

.radial.top {
    z-index: 4;
    background-color: #141414;
}

.radial.bottom {
    z-index: 2;
    background-color: #9e9e9e;
}

.radial.home {
    left: -25px;
    top: -25px;
}

.radial.illustration {
    left: calc(9.5% - 25px);
}

.radial.typography {
    left: calc(28.5% - 25px);
}

.radial.animation {
    left: calc(47.5% - 25px);
}

.radial.projects {
     left: calc(66.5% - 25px);
 }

.radial.impressum {
    left: calc(85.5% - 25px);
}