#e8{
    opacity:1;
}

.e8{
    opacity: 1;
}

.e8-t1{
    position:absolute;
    width: 100vw;
    height: 100vh;
    display: flex;
    justify-content: center;
    align-items: center;
    background-color: rgba(27, 27, 27, 0);
    z-index: 700;
    opacity:0;
}
  
.e8-t1 p{
    position:absolute;
    bottom: 52%;
    left: 24%;
    width:57%;
    height: auto;
    padding: 20px 10px;
    background-color: antiquewhite;
    color:rgb(70, 70, 70);
    font-size: 17px;
    text-align: center;
}
  
.e8-f1{
    width: 100%;
    position: absolute;
    z-index: 10;
}

.e8-f1 img{
    display: block;
    width:100%;
}

#e8-humo{
    position: absolute;
    z-index: 14;
    left:27%;
    top:8%;
    width:30%;
}

#e8-fuego{
    position: absolute;
    z-index: 14;
    left:33.4%;
    top:49.5%;
    width:10%;
}

@media only screen and (max-width: 500px) {

    .e8-t1 p{
        position:absolute;
        bottom:30%;
        left: 0%;
        width:100%;
        height: auto;
        padding: 20px 10px;
        background-color: antiquewhite;
        color:rgb(70, 70, 70);
        font-size: 16px;
        text-align: center;
    }
}