html,
body {
  padding: 0;
  margin: 0;
  background-color: #e8eeee;
  color: #777;
  width: 100%;
  height: 100%;
  font-family: Arial;
}

/************ SOLENT ICON OVERRIDE ******* */

.wr360_player .container .theme_panel .toolbar a.left_button {
  background: url(../imagerotator/html/img/solent/left.svg) no-repeat 0 0;
}
.wr360_player .container .theme_panel .toolbar a.right_button {
  background: url(../imagerotator/html/img/solent/right.svg) no-repeat 0 0;
}
.wr360_player .container .theme_panel .toolbar a.zoomin_button {
  background: url(../imagerotator/html/img/solent/zoomin.svg) no-repeat 0 0;
}
.wr360_player .container .theme_panel .toolbar a.zoomout_button {
  background: url(../imagerotator/html/img/solent/zoomout.svg) no-repeat 0 0;
}
.wr360_player .container .theme_panel .toolbar a.fullscreenon_button {
  background: url(../imagerotator/html/img/solent/fullscreenon.svg) no-repeat 0
    0;
}
.wr360_player .container .theme_panel .toolbar a.hotspotson_button {
  background: url(../imagerotator/html/img/solent/hotspoton.svg) no-repeat 0 0;
}
.wr360_player .container .theme_panel .toolbar a.hotspotsoff_button {
  background: url(../imagerotator/html/img/solent/hotspotoff.svg) no-repeat 0 0;
}

#wr360image_wr360PlayerId {
  border-radius: 40px;
}

.containertour {
  width: 0px;
  height: 0px;
  background-color: #fff;
  display: none;
}

.containertour a {
  display: block;
  margin-top: 5px;
  margin-bottom: 5px;
  margin-left: auto;
  margin-right: auto;
  width: 36px;
  height: 36px;
  background: none;
  z-index: 2;
  background-image: url(../images/close.svg);
}

.wr360_player .container .theme_panel .toolbar {
  position: relative;
  height: 42px;
  padding: 5px 10px 5px 10px;
  margin: 0 auto 0 auto;
  box-sizing: content-box !important;
  border: none !important;
  background: rgba(255, 255, 255, 0.8) !important;
  pointer-events: none;
  border-radius: 10px;
  margin-top: -15px;
}

.fullscreen {
  z-index: 90000;
  width: 100%;
  height: 100%;
  position: fixed;
  top: 0;
  left: 0;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
  display: block;
}
.fullscreeniframe {
  width: 100%;
  height: calc(100% - 53px);
  position: relative;
  top: 0px;
  left: 0;
  padding: 0px;
  margin: 0px;
  overflow-x: hidden;
}

#content {
  width: 100%;
  height: 100%;
  margin-left: auto;
  margin-right: auto;
}

.wr360_player .container .lightbox_rollover2 .closelbox {
  position: absolute;
  top: 10px;
  left: 710px;
  width: 36px;
  height: 36px;
  opacity: 1;
  background: none;
  cursor: pointer;
  z-index: 2;
  background-image: url(../images/close.svg);
}
.wr360_player .container .lightbox_rollover2 .closelbox > div {
  display: none;
}

#virtualtourbutton {
  width: 206px;
  height: 51px;
  display: block;
  margin-left: auto;
  margin-right: auto;
  background-image: url(../images/virtual-tour.svg);
}

#wr360DynamicSpot_keybutton_wr360PlayerId {
  width: 158px !important;
  height: 76px !important;
}
.hotspot_cdata .menu {
  margin-left: -79px;
  margin-top: -38px;
}

@media screen and (max-width: 1024px) {
}

.hotspot_cdata {
  left: calc(50% - 378px);
  top: calc(50% - 337px);
}

.hotspot-custom {
  width: 754px;
  height: 674px;
  background-color: #e8eeee;
  border-radius: 30px;
  padding: 47px 27px 47px 27px;
}

.hotspot-custom iframe {
  width: 700px;
  height: 550px;
}

@media screen and (max-width: 768px) {
  #wr360image_wr360PlayerId {
    border-radius: 20px;
  }

  #wr360DynamicSpot_keybutton_wr360PlayerId {
    width: 79px !important;
    height: 38px !important;
    margin-left: 60px;
    margin-top: 30px;
  }

  .hotspot_cdata .menu {
    margin-left: -20px;
    margin-top: -210px;
  }

  .hotspot_cdata .menu img {
    width: 350px;
    height: 533px;
  }

  .wr360_player .container .lightbox_rollover2 .closelbox {
    top: 10px;
    left: 330px;
  }

  .hotspot_cdata {
    left: calc(50% - 190px);
    top: calc(50% - 250px);
  }

  .hotspot-custom {
    width: 380px;
    height: 500px;
    border-radius: 20px;
    padding: 30px 0px 10px 0px;
  }
  .hotspot-custom iframe {
    width: 380px;
    height: 380px;
  }
}
