@import url('http://fonts.googleapis.com/css?family=Exo+2:400,700|Oswald:400,700');


body {
  padding:0 !important;
  background:none !important;
  display:block !important;
}

header {
  position:relative;
}

#form {
  position: relative;
  padding-bottom: 56.25%;
  /* padding-bottom:100%; */
  height: 100%;
  overflow: hidden;
}

iframe {
  top:0;
  left: 0;
  width: 100%;
  height: 1300px;
}

@media only screen and (max-width: 768px) {
  #form {
    position: absolute;
    width: 100%;
    padding:0;
  }
  #form iframe {
    position: relative;
    width: 100%;
    height: 100%;
}
}
