/*****************************************
                MAP
*****************************************/
.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:unset;
      top: unset;
      left: unset;
      right: unset;
      width: 100%;
    } */
    .wpgsv-map, .wpgsv-pano {
      position: relative;
      width: 100%;
      height:50%;
    }
  }