@import url(https://fonts.googleapis.com/icon?family=Material+Icons);
.contact-form-container {
  background-color: #ffffff;
  display: flex;
  justify-content: center;
  align-items: flex-start;
  padding-top: 10px;
  overflow: hidden;
  height: auto;
}

.contact-form-container iframe {
  width: calc(100% - 2px);
  max-width: 800px;
  height: 1150px;
  border: 0;
  overflow: hidden;
  display: block;
}

@media (max-width: 768px) {
  .contact-form-container {
    height: auto;
    min-height: 1410px;
    padding-left: 0;
    padding-right: 0;
    overflow-x: hidden;
  }
  .contact-form-container iframe {
    width: 100%;
    max-width: 100%;
    height: 1400px;
  }
}/*# sourceMappingURL=contact-form.css.map */