.contact-tweets .map {
    position: absolute;
    height: 100%;
    padding: 0px;
    top: 0px;
    right: 0px;
  }
  .map:before {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 2;
    opacity: 0;
  }
  .map iframe {
    border: 0px;
    position: absolute;
    width: 100%;
    height: 100%;
  }
  .fullwidth-map .map {
    width: 100%;
    height: 400px;
    overflow: hidden;
  }