#volcano-container {
    position: absolute;
    bottom: 0;
    display: flex;
    flex-direction: column;
    justify-content: flex-end;
    z-index: 20;
    width:100%;
}

#volcano {
    width:80%;
    margin: 0 auto;
}