.frontier-map {
  background-color: #000;
  width: 100%;
  height: 675px;
      /*max-height: 675px;*/
  /*opacity: 0;*/
  transition: opacity .35s ease-out;
}
@media screen and (max-width: 480px) {
   .frontier-map {
     height: auto;
     height: calc(75vh - 93px);
   }
 }
.frontier-map.active{
  opacity: 1;
}
  .frontier-map.frontier-map__sidebar {
    /*width: 300px; */
    height:400px;
  }

.frontier-label {
  font-family: 'liberation_serifregular';
  position: relative;
  text-align: left;
  line-height: 20px;
  font-size: 14px;
  color: #fff;
  padding: 6px 10px;
  box-sizing: border-box;
  background-color: #f3931a;
  text-transform: capitalize;
  opacity: 0;
  white-space: nowrap;
  /*display: none !important;*/
  pointer-events: none;
  transition: all .35s ease-in;
  transform: translateX(20px);
  visibility: hidden;
  /*max-width: 200px; */
}
  .frontier-label.active {
    opacity: 1;
    transform: translateX(5px);
    visibility: visible;
    z-index: 900 !important;
    /*display: block !important;*/
  }

/*# sourceMappingURL=maps.css.map */
