.panorama_tour {
    display: flex;
    justify-content: center;
    width: 100%;
   
    
}
.panorama_tour iframe {
    flex-grow: 1;
    
    height: 50vh;
}