body {
    margin: 0;
}

canvas {
    width: 100%;
    height: 100px;
    display: block;
    background: url(../images/posx.jpg) no-repeat center center;
    background-size: cover;
}

p {
    font-size: 12px;
    line-height: 1.2;
}

.annotation {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 15px;
    margin-top: 15px;
    padding: 0;
    width: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
    cursor: pointer;
}

.annotation::before {
    content: '1';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.annotation .ann1 {
    padding: 1rem;
    max-width: 200px;
}

#number {
    position: absolute;
    z-index: -1;
}

#button {
    position: absolute;
    top: 10px;
    left: 10px;
    z-index: 999;
}

.annotation.show_pop .ann1 {
    display: block !important;
}

.annotation2 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 15px;
    margin-top: 15px;
    padding: 0;
    width: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
    cursor: pointer;
}

.annotation2::before {
    content: '2';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.annotation2 .ann2 {
    padding: 1rem;
    max-width: 200px;
}

.annotation2.show_pop .ann2 {
    display: block !important;
}

.annotation3 {
    position: absolute;
    top: 0;
    left: 0;
    z-index: 1;
    margin-left: 15px;
    margin-top: 15px;
    padding: 0;
    width: auto;
    color: #fff;
    background: rgba(0, 0, 0, 0.8);
    border-radius: .5em;
    font-size: 12px;
    line-height: 1.2;
    transition: opacity .5s;
    cursor: pointer;
}

.annotation3::before {
    content: '3';
    position: absolute;
    top: -30px;
    left: -30px;
    width: 30px;
    height: 30px;
    border: 2px solid #fff;
    border-radius: 50%;
    font-size: 16px;
    line-height: 30px;
    text-align: center;
    background: rgba(0, 0, 0, 0.8);
}

.annotation3 .ann3 {
    padding: 1rem;
    max-width: 200px;
}

.annotation3.show_pop .ann3 {
    display: block !important;
}