#tips {
    position: absolute;
    left: 0;
    bottom: 0;
    width: 100%;
    height: 100%;
}

.sinagoga-tip {
    position: absolute;
    left: 720px;
    bottom: 120px;
    /* border: 1px solid red; */
    opacity: 0;
}

.sinagoga-colider {
    position: absolute;
    left: 550px;
    bottom: 120px;

    width: 200px;
    height: 200px;
    /* border: 1px solid red; */
}

.church-tip {
    position: absolute;
    left: 250px;
    bottom: 200px;
    /* border: 1px solid red; */
    opacity: 0;
}

.church-colider {
    position: absolute;
    left: 120px;
    bottom: 150px;

    width: 250px;
    height: 250px;
    /* border: 1px solid red; */
}

.bridge-tip {
    position: absolute;
    right: 400px;
    bottom: 150px;
    /* border: 1px solid red; */
    opacity: 0;
}

.bridge-colider {
    position: absolute;
    right: 150px;
    bottom: 70px;

    width: 450px;
    height: 150px;
    /* border: 1px solid red; */
}

.office-tip {
    position: absolute;
    right: -250px;
    bottom: 120px;
    /* border: 1px solid red; */
    opacity: 0;
}

.office-colider {
    position: absolute;
    right: -400px;
    bottom: 95px;

    width: 350px;
    height: 200px;
    /* border: 1px solid red; */
}

.station-tip {
    position: absolute;
    right: -600px;
    bottom: 200px;
    /* border: 1px solid red; */
    opacity: 0;
}

.station-colider {
    position: absolute;
    right: -800px;
    bottom: 30px;

    width: 250px;
    height: 250px;
    /* border: 1px solid red; */
}

.storage-tip {
    position: absolute;
    right: -1100px;
    bottom: 190px;
    /* border: 1px solid red; */
    opacity: 0;
}

.storage-colider {
    position: absolute;
    right: -1300px;
    bottom: 160px;

    width: 250px;
    height: 250px;
    /* border: 1px solid red; */
}

.minaj-tip {
    position: absolute;
    right: -1600px;
    bottom: 140px;
    /* border: 1px solid red; */
    opacity: 0;
}

.minaj-colider {
    position: absolute;
    right: -1840px;
    bottom: 25px;

    width: 350px;
    height: 200px;
    /* border: 1px solid red; */
}
