.portfolio-form {
  width: 600px;
  margin: 0 auto;
}
@media screen and (max-width: 767px) {
  .portfolio-form {
    position: relative;
    width: 100%;
    height: 800px;
    overflow-y: scroll;
  }
  .portfolio-form iframe {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
  }
}/*# sourceMappingURL=style.css.map */