.species {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    z-index: 9999;
}

.speciesstyle {
    position: absolute;
    /*border-radius: 20px;*/
    background-image: url(../images/index/02.png);
    background-size: 100% 100%;
}