#text{  width: 100%;
    margin: auto;
    text-align: center;
}
#boxright{width:50%;
padding:auto;
float:left} 

#boxleft{width:50%;
padding:auto;
float:left} 

iframe {width:95%; 
    margin-left: 2.5%;
    height:50%; 
    frameborder:0; 
    border:0;
} 
#streetBox{
 height:750px;   
}

@media (max-width: 768px) {    
iframe {width:100%; 
height:80%; 
frameborder:0; 
border:0;
} 
#boxright{width:95%;
padding:auto;
} 

#boxleft{width:95%;}
 
#streetBox{
 height:1500px;   
}
}