
.video-background-holder {
    position: relative;
    background-color: black;
    height: calc(100vh - 72px);
    min-height: 25rem;
    width: 100%;
    overflow: hidden;
  }
  
  .video-background-holder video {
    position: absolute;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: 0;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
  }
  
  .video-background-content {
    position: relative;
    z-index: 2;
  }
  
  .video-background-overlay {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: black;
    opacity: 0.5;
    z-index: 1;
  }

    .map-container iframe{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
    }


    .masthead {
       background-image: url('https://media-exp1.licdn.com/dms/image/C4D1BAQGyz0fjxJQ43Q/company-background_10000/0?e=1604340000&v=beta&t=jHV_yu4c6Vfb3WnAa42ayk14CnUkl90C9ff2Qz69rRU');
      background-size: cover;
      background-position: center;
      background-repeat: no-repeat;
    }

    .banner {
      margin-top: 25px;
      height: 100px;   
      display: inline-block;
      position: relative;
      width: 100vw;
     background-repeat: no-repeat;
    background-size: 100%;
    background-position: center center;
    object-fit: contain;
    }

    .map-container{
      overflow:hidden;
      padding-bottom:56.25%;
      position:relative;
      height:0;
      }
      .map-container iframe{
      left:0;
      top:0;
      height:100%;
      width:100%;
      position:absolute;
      }
      
      .hotspot-wrapper {
        position: relative;
        margin: 0 auto;
      }

      .hotspot-items{
        position: absolute;
        left: 0;
        top: 0;
        width: 100%;
        height: 100%;
        background-size: contain;
        z-index: 1000;
      }

      .hotspot-item {
        position: absolute;
        border-radius: 100%;
       
        margin: 5px -4px 0 0;
         background-color:black;
         width:24px;
         height: 24px; 
      }

      .hotspot-tooltip span {
        background-color: white;
        border-radius: 100%;
        min-width: 10px;
        min-height: 10px;
        position: absolute;
         margin: 6px -5px;
         z-index: 36;
}
.hotspot-tooltip a {
   border-radius: 100%;
   z-index: 36;

}

      .hotspot-item2 {
        position: absolute;
        border-radius: 100%;
       
         top:42.5%;left:30%;
         background-color:black;
         width:24px;
         height: 24px; 
      }
      
      .hotspot-tooltip {
        margin: 5px -4px 0 0;
    -webkit-animation: pulse-animation 2s ease-out infinite;
      -moz-animation: pulse-animation 2s ease-out infinite;
      animation: pulse-animation 2s ease-out infinite;
      border-radius: 100%;
      }

      @keyframes pulse-animation {
        0% {
          box-shadow: 0 0 0 0px rgba(0, 0, 0, 0.2);
        }
        100% {
          box-shadow: 0 0 0 20px rgba(0, 0, 0, 0);
        }
      }
      
      .tooltip-inner {
        max-width: 490px;
        max-height: 400px;
     
    }

    .tooltip.show {
      opacity: 1 !important;
  } 
    
  @media (min-width: 576px) {  
    .banner {
      margin-top: 50px;
      height: auto;
     
   
    }
    .navbar-brand img {
      width: 180px;
    }
    #rennerLogo {
      width: 300px;
    }
 
  }