.test{
    position: static;
    width: 100%;
    height: 100%;
}

#svgElement{
    position: absolute;
    top: 0;
    left:0;
}
#svgElement1Lvl{
    position: absolute;
    top: 0;
    left:0;
}
.svgLines{
    opacity: 0;
    transition: 0.5s ease-out;
}