body>*:nth-child(2) {
    transform: scale(0);
    filter: opacity(0);
    z-index: -10;
    height: 0;
    overflow: hidden;
    position: absolute;
    bottom:0;
    display:none;
}