/*===================================================================================*/
/*  Global | Variables | Partial
/*===================================================================================*/
.contact-map {
  height: 30rem;
  width: 100%;
  border-radius: 0.5rem;
  overflow: hidden;
  position: relative;
  min-height: 20rem;
}
@media screen and (min-width: 64em) {
  .contact-map {
    -webkit-box-flex: 1;
    -ms-flex: 1;
    flex: 1;
    height: auto;
    min-height: 30rem;
  }
}
/*# sourceMappingURL=contact-map.css.map */
