@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url('TradeGothicLTStd-Cn18.woff2') format('woff2'), url('TradeGothicLTStd-Cn18.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url('TradeGothicLTStd-BdCn20.woff2') format('woff2'), url('TradeGothicLTStd-BdCn20.woff') format('woff');
  font-weight: bold;
  font-style: normal;
  font-display: swap;
}

@font-face {
  font-family: 'Trade Gothic LT Std';
  src: url('TradeGothicLTStd.woff2') format('woff2'), url('TradeGothicLTStd.woff') format('woff');
  font-weight: 500;
  font-style: normal;
  font-display: swap;
}

body,
html,
* {
  font-family: 'Trade Gothic LT Std', sans-serif;
}

a-scene {
  position: absolute;
  top: 0;
  bottom: 0;
  left: 0;
  right: 0;
  height: 100%;
  width: 100%;
}

.annotation {
  /* position: absolute; */
  top: 0;
  left: 0;
  z-index: 1;
  margin-left: 15px;
  margin-top: 15px;
  padding: 1em;
  width: 200px;
  color: #fff;
  background: rgba(0, 0, 0, 0.8);
  border-radius: 0.5em;
  font-size: 12px;
  line-height: 1.2;
  transition: opacity 0.5s;
  display: none;
}

.modal1 {
  display: none;
  vertical-align: middle;
  position: relative;
  z-index: 2;
  max-width: 900px;
  box-sizing: border-box;
  width: 90%;
  background: #fff;
  /* padding: 15px 30px; */
  -webkit-border-radius: 0px;
  -moz-border-radius: 0px;
  -o-border-radius: 0px;
  -ms-border-radius: 0px;
  border-radius: 0px;
  -webkit-box-shadow: 0 0 10px #000;
  -moz-box-shadow: 0 0 10px #000;
  -o-box-shadow: 0 0 10px #000;
  -ms-box-shadow: 0 0 10px #000;
  box-shadow: 0 0 10px #000;
  text-align: left;
}

@media only screen and (max-width: 600px) {
  .modal1 {
    max-width: 500px;
  }
}

.modal1 a.close-modal {
  position: absolute;
  top: -36.5px;
  right: -34.5px;
  display: block;
  width: 30px;
  height: 30px;
  text-indent: -9999px;
  background-size: contain;
  background-repeat: no-repeat;
  background-position: center center;
  background-image: url('close.png');
}

.iframe_modal {
  width: 100%;
}

.video_modal {
  width: 100%;
}

.simple_modal {
  padding: 10px;
}

.hotspot9btn {
  position: absolute;
  right: 0;
  top: 0;
  width: 100px;
  z-index: 100;
  color: #fff;
  border: none;
  margin: 20px;
  font-weight: 600;
  text-decoration: underline;
  background-color: transparent;
}

.videoWrapper {
  position: relative;
  padding-bottom: 56.25%; /* 16:9 */
  padding-top: 25px;
  height: 0;
}
.videoWrapper iframe {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
}
