hotspot {
  display: block !important;
}

.hotspot-url-iframe-popup {
  background: white;
}

.hotspot-modal iframe {
  border: 1px solid rgba(255, 255, 255, .25);
}

.hotspot-modal img {
  max-width: 100%;
}

.hotspot-default-article {
  padding: 16px 42px 24px;
  width: 95vw;
  max-width: 720px;
  left: 50%;
  transform: translateX(-50%);
}

.hotspot-default-article h1 {
  font-size: 32px;
}

.hotspot-default-article img {
  max-width: calc(100% + 64px);
}

.hotspot-default-article h2 {
  font-size: 26px;
}

.hotspot-default-article h3 {
  font-size: 22px;
}

.hotspot-default-article h4 {
  font-size: 18px;
}

.hotspot-default-article h5 {
  font-size: 16px;
  font-weight: 600;
}

.hotspot-default-article .title {
  font-weight: 300;
  padding-bottom: 10px;
  position: relative;
  font-size: 32px;
  margin-bottom: 24px;
}

.hotspot-default-article .title:before {
  content: "";
}

.hotspot-default-image .image {
  max-width: 100%;
  margin: 0 auto;
  display: inline-block;
}

.hotspot-default-modal,
.hotspot-url-iframe-popup {
  box-shadow: inset 0 -12px 25px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background: white;
  position: relative;
  margin: 0 auto;
}

.hotspot-default-image {
  max-width: 720px;
  width: 95vw;
  margin: 0 auto;
  text-align: center;
}

.hotspot-default-video {
  width: 90vw;
  margin: 0 auto;
  left: 50%;
  transform: translateX(-50%);
}

.hotspot-default-video iframe {
  height: 82vh;
}

.hotspot-default-image .caption {
  text-align: center;
  padding: 12px 42px;
  display: block;
}

.hotspot-default-textf {
  padding: 0 0 24px 0;
  position: absolute;
  box-shadow: 0 8px 12px rgba(0, 0, 0, 0.5), inset 0 -12px 25px rgba(0, 0, 0, 0.25);
  border-radius: 4px;
  background-color: white;
  width: auto;
  opacity: 0;
  visibility: hidden;
  z-index: -1;
  transition: all .25s ease-out;
  -webkit-transition: all .25s ease-out;
  -moz-transition: all .25s ease-out;
  -ms-transition: all .25s ease-out;
  min-height: 40px;
  top: -24px;
}

.hotspot-default-textf img {
  width: calc(100% + 48px);
  margin: 0 0 0 -24px;
  max-width: none;
}

.hotspot-default-textf .hotspot-textf-content .content-wrapper {
  padding: 0 24px;
}

.hotspot-default-textf.active {
  opacity: 1;
  visibility: visible;
  z-index: 2;
  top: -64px;
}

/* Responsive */
@media screen and (max-width: 640px) {
  .hotspot-default-modal {
    padding: 8px 8px 16px 8px;
  }
  .hotspot-default-article {
    padding: 12px 20px;
  }
  .hotspot-default-video iframe {
    height: 300px;
  }
}
