.hb-gmap-wrapper {
    position: relative;
    width: 100%;
    aspect-ratio: 4 / 3;
  }
  
  .hb-gmap-wrapper .hb-gmap-mask {
    background: url(../assets/hb-map-bg.jpg);
background-repeat: no-repeat;
background-position: center center;
background-size: cover;
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    opacity: 1;
    transition: opacity 1s ease-in 0.5s;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    z-index: 2;
  }
  
  .hb-gmap-wrapper .hb-gmap-caption {
    font-size: 30px;
    margin-top: 0;
    margin-bottom: 15px;
  }
  
  .hb-gmap-wrapper iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 1;
  }
  
  .hb-gmap-wrapper .hb-gmap-mask-content {
    text-align: center;
    padding: 0 32px;
    width: 100%;
    margin-top: -20px;
  }

  .hb-gmap-wrapper .hb-gmap-mask-content i {
    font-size: 60px;
    margin-bottom: 10px;
  }
  
  .hb-gmap-wrapper a {
    text-decoration: none;
    font-size: 12px !important;
  }
  
  .hb-gmap-wrapper a:hover,
  .hb-gmap-wrapper a:visited {
    color: inherit;
  }
  
  .hb-gmap-wrapper a:hover {
    text-decoration: none;
  }
  
  .hb-gmap-wrapper span {
    position: absolute;
    bottom: 16px;
    left: 50%;
    transform: translate(-50%);
    z-index: 1;
    font-size: 12px !important;
    line-height: 1.35;
    text-align: center;
  }
  
  .hb-gmap-wrapper span a {
    text-decoration: none;
  }
  
  .hb-gmap-wrapper button {
    border: none;
    text-decoration: none;
    font-size: 18px;
    text-transform: uppercase;
    padding: 12px 32px 10px;
    display: inline-block;
    overflow: hidden;
    border-radius: 0px;
    background-color: transparent;
    cursor: pointer;
  }
  
  .hb-gmap-hints {
    margin-top: 7px;
    font-size: 18px;
  }
  
  .hb-gmap-demo { 
    background: url(assets/hb-map-bg.jpg); background-repeat: no-repeat; background-position: center center; background-size: cover;
  }


@media only screen and (min-width: 767) and ( max-width: 1023px ) {


}

@media only screen and (min-width: 300Px) and (max-width: 480px)  {

  .hb-gmap-wrapper { aspect-ratio: 4 / 3!important; }

}