@media only screen and (max-width: 1068px) {
  #buildingBrief {
    position: absolute;
    bottom: 0;
    padding: 16px 0;
    display: none;
    background: white;
    width: 100vw;
  }
  #buildingBrief #bbDirectionsTrigger {
    position: absolute;
    top: -25px;
    right: 5vw;
    height: 50px;
    width: 50px;
    background: #272727;
    border-radius: 100%;
  }
  #buildingBrief #bbDirectionsTrigger i {
    position: absolute;
    top: calc(50% - 12px);
    left: calc(50% - 12px);
    color: white;
  }
}/*# sourceMappingURL=responsive.css.map */