.foto_sferica_icona {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    z-index: 2;
}

.foto_sferica_icona svg {
    fill: white;
    width: 100px;
    height: 100px;
    display: block;
}

.foto_sferica_overlay {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: #333;
    opacity: 0.5;
    z-index: 1;
}