.hotspot-hover {
  font-family: 'Barlow Condensed' , sans-serif;
  font-weight: 300;
  font-size: 1.2vw;
  line-height: 1.25;
}
.hotspot-hover h3 {
  font-weight: 900;
  font-size: 1.5vw;
  line-height: 1.25;
  margin-bottom: 3px;
  text-transform: uppercase;
}
.hotspot-hover {
  /*visibility: hidden;*/
  width: 22vw;
  /* display: none; */
  background-color: rgba(0, 0, 0, 0.6);
  color: #ffffff;
  padding: 15px;
  text-align: left;
  /* border: 1px solid #d3d800; */
  border-radius: 5px;
  box-shadow: 0 0 12px #000;
  position: absolute;
  bottom: 150%;
  left: -126%;
  /*opacity: 0;*/
  transition: opacity 0.3s;
  z-index: 999;
}
.hotspot .hotspot-hover::after {
  content: "";
  width: 5vw;
  height: 5vw;
  position: absolute;
  top: 100%;
  left: 23%;
  margin-left: -20px;
  /* border-width: 2px;
  border-style: solid;
  border-color: #ffffff transparent transparent transparent; */
}
.hotspot:hover .hotspot-hover {
  /*visibility: visible;
  opacity: 1;*/
  display: block;
}
.hotspots {
  position: relative;
}
.hotspots img {
  max-width: 100%;
  height: auto;
  display: block;
  margin: auto;
}
.hotspot {
  position: absolute;
  width: 4vw;
  height: 4vw;
  padding-top: 0.5vw;
  border: 14px solid #009999;
  border-radius: 50%;
  animation: fader 2s ease infinite;
  transition: all 0.2s;
  text-align: center;
  text-decoration: none;
  font-weight: bold;
  font-family: sans-serif;
  color: #003047;
  line-height: 1.5;
}

.hotspot::after {
  content: "";
  position: absolute;
  width: 3vw;
  height: 3vw;
  background-color: #d3d800;
  border-radius: 50%;
  display: block;
  margin: -0.55vw auto 0 -0.05vw;
  transition: all 0.2s;
  border: 0.4vw solid #f2e62b;
}

#hs-a .hotspot-hover {
  bottom: 3.7vw;
  left: -0.6vw;
}

#hs-b .hotspot-hover {
  bottom: -7.6vw;
  left: -0.5vw;
}

#hs-c .hotspot-hover {
  bottom: 3.7vw;
  left: -0.3vw;
}

#hs-e .hotspot-hover {
  bottom: 4vw;
  left: -1vw;
}

#hs-f .hotspot-hover {
  bottom: -8vw;
  left: -9vw;
}

/** Screen Min 1921px width **/
@media only screen and (min-width: 1921px) {
  #hs-a {    
    top: 8.3vw;
    left: -17.4vw;
  }
  #hs-b {    
    top: 15vw;
    left: -33vw;
  }
  #hs-c {
    top: 8.9vw;
    left: -47.7vw;
  }
  #hs-e {
    top: 8vw;
    left: 21.2vw;
  }
  #hs-f {
    top: 12vw;
    left: 36.5vw;
  }
}
/** Screen Max 1920px width **/
@media only screen and (max-width: 1920px) {
  #hs-a {    
    top: 8.3vw;
    left: -16.4vw;
  }
  #hs-b {    
    top: 20vw;
    left: -32.5vw;
  }
  #hs-c {
    top: 8.9vw;
    left: -47.7vw;
  }
  #hs-e {
    top: 8vw;
    left: 20.4vw;
  }
  #hs-f {
    top: 15vw;
    left: 36.5vw;
  }
  #hs-f .hotspot-hover {
    bottom: -9vw;
    left: -9vw;
  }
  .hotspot::after {    
    margin: 0;
    top: -0.2vw;
    left: -0.2vw;
  }
}
/** Screen Max 1680px width **/
@media only screen and (max-width: 1680px) {
  #hs-a {    
    top: 9.6vw;
    left: -16.4vw;
  }
  #hs-b {    
    top: 22vw;
    left: -32.5vw;
  }
  #hs-b .hotspot-hover {
    bottom: -8.2vw;
    left: -0.5vw;
  }
  #hs-c {
    top: 8.9vw;
    left: -47.7vw;
  }
  #hs-e {        
    top: 8.3vw;
    left: 19.9vw;
  }
  #hs-f {    
    top: 22vw;
    left: 36.1vw;
  }  
  .hotspot::after {
    top: -0.3vw;
    left: -0.3vw;
  }
}
/** Screen Max 1536px width **/
@media only screen and (max-width: 1536px) {
  .hotspot::after {
    top: -0.4vw;
    left: -0.4vw;
  }
}
/** Screen Max 1440px width **/
@media only screen and (max-width: 1440px) {
  #hs-a {        
    top: 10.3vw;
    left: -16.6vw;
  }
  #hs-b {    
    top: 22vw;
    left: -32.4vw;
  }
  #hs-c {
    top: 11.9vw;
    left: -47.7vw;
  }
  #hs-e {
    top: 10vw;
    left: 20.4vw;
  }
  #hs-f {
    top: 18vw;
    left: 36.5vw;
  }  
  .hotspot::after {
    top: -0.45vw;
    left: -0.45vw;
  }
}
/** Screen Max 1366px width **/
@media only screen and (max-width: 1366px) {
  #hs-a {        
    top: 10.3vw;
    left: -16.6vw;
  }
  #hs-b {    
    top: 22vw;
    left: -32.4vw;
  }
  #hs-c {
    top: 11.9vw;
    left: -47.7vw;
  }
  #hs-e {
    top: 10vw;
    left: 20.4vw;
  }
  #hs-f {
    top: 18vw;
    left: 36.5vw;
  }  
  .hotspot::after {
    top: -0.5vw;
    left: -0.5vw;
  }
}
/** Screen Max 1280px width **/
@media only screen and (max-width: 1280px) {
  #hs-a {        
    top: 10.3vw;
    left: -16.6vw;
  }
  #hs-b {    
    top: 22vw;
    left: -32.4vw;
  }
  #hs-b .hotspot-hover {
    bottom: -9vw;
    left: -0.5vw;
  }
  #hs-c {
    top: 11.9vw;
    left: -47.7vw;
  }
  #hs-e {
    top: 10vw;
    left: 20.4vw;
  }
  #hs-f {
    top: 18vw;
    left: 36.5vw;
  }  
  .hotspot::after {
    top: -0.56vw;
    left: -0.56vw;
  }
}
/** Screen Max 1024px width **/
@media only screen and (max-width: 1024px) {
  #hs-a {
    top: 33.5%;
    left: 84.5%;
  }
  #hs-b {
    top: 61%;
    left: 80%;
  }
  #hs-c {
    top: 77.5%;
    left: 69%;
  }
  #hs-d {
    top: 87%;
    left: 47%;
  }
  #hs-e {
    top: 76%;
    left: 31%;
  }
  #hs-f {
    top: 59%;
    left: 25%;
  }
  #hs-g {
    top: 40%;
    left: 33%;
  }
  .hotspot::after {
    margin: 0;
    top: -0.3vw;
    left: -0.3vw;
  }
}
/** Screen Max 768px width **/
@media only screen and (max-width: 768px) {
  #hs-a {
    top: 33.5%;
    left: 82%;
  }
  #hs-b {
    top: 58%;
    left: 82%;
  }
  #hs-c {
    top: 77.5%;
    left: 69%;
  }
  #hs-d {
    top: 84%;
    left: 47%;
  }
  #hs-e {
    top: 76%;
    left: 31%;
  }
  #hs-f {
    top: 59%;
    left: 25%;
  }
  #hs-g {
    top: 40%;
    left: 33%;
  }
}

/** Screen Max 428px width **/
@media only screen and (max-width: 428px) {
  .hotspot {
    width: 60px;
    height: 60px;
    padding-top: 12px;
    border: 10px solid #009999;
    font-size: 13px;
  }
  .hotspot::after {
    width: 43px;
    height: 43px;
    margin: -13px auto 0 -1px;
    border: 8px solid #f2e62b;
  }
    .hotspot-hover {
    font-size: 8px;
  }
  .hotspot-hover h3 {
    font-size: 8.5px;
    margin-bottom: 1px;
  }
  .hotspot-hover {
      width: 115px;
      padding: 7px;
      left: -93%;
  }
  #hs-a {
    top: 32.5%;
    left: 78.5%;
  }
  #hs-b {
    top: 55%;
    left: 76%;
  }
  #hs-c {
    top: 73.5%;
    left: 62%;
  }
  #hs-d {
    top: 81%;
    left: 43%;
  }
  #hs-e {
    top: 74%;
    left: 24%;
  }
  #hs-f {
    top: 57%;
    left: 17%;
  }
  #hs-g {
    top: 40%;
    left: 23%;
  }
}
/* .hotspot:hover {
  border-color: #f2e62ba0 !important;
  animation-play-state: paused;
  color: #fff;
  cursor: pointer;
}
.hotspot:hover::after {
  background-color: #003047;
  border-color: #d3d800;
} */
@keyframes fader {
  0% {
    border-color: rgb(255, 255, 255, 0.7);
  }
  50% {
    border-color: rgb(255, 255, 255, 0.2);
  }
  100% {
    border-color: rgb(255, 255, 255, 0.7);
  }
}