.streetview {
    width:100%; 
    height: 600px;
    position: relative;
}
.sview {
    width:100%; 
    height: 600px;
    z-index:1
}

.watermark {
    width: 20%;
    height: auto;
    top:10px; 
    left:5px; 
    position:absolute; 
    z-index:9
}
.visualsnap {
    width: 20%;
    height: auto;
    top:10px; 
    right:5px; 
    position:absolute; 
    z-index:10
}
.footer {
    text-align: center;
    background: rgb(107,107,107);
background: linear-gradient(0deg, rgba(107,107,107,1) 0%, rgba(255,255,255,1) 100%);
    width: 100%;
    height: 50%;
    color: #525252;
    font-size:2vw
}