.image {
    height: 24px;
}

.foto {
    height: 240px;
}
 
.legend {
    line-height: 18px;
    padding: 6px 8px;
    width: 80px;
    color: #555;
    text-align: left;
    background: rgba(240,240,240,0.8);
    box-shadow: 0 0 15px rgba(250,250,250,0.5);
    border-radius: 5px;
}

.legend i {
    width: 8px;
    height: 8px;
    float: left;
    margin-right: 8px;
    opacity: 0.7;
    border-radius: 50%;
    border-style: solid;
    border-width: 1px;
    border-color: grey;
}