.wpgsv-map-container {
position: relative;
width: 100%;
height: 450px;
margin: auto;
}
.wpgsv-map, .wpgsv-pano {
position: absolute;
margin: 0 auto;
height: 100%;
}
.wpgsv-map {
top: 0;
left: 0;
width: 50%;
}
.wpgsv-pano {
top: 0;
right: 0;
width: 50%;
}
@media only screen and (max-width: 600px) { .wpgsv-map, .wpgsv-pano {
position: relative;
width: 100%;
height:50%;
}
}