.googleCalendar iframe {
  width: 100%;
  height: 400px;
}
@media all and (min-width: 768px) {
  .googleCalendar iframe {
	height: 600px;
  }
}

iframe[src^="https://docs.google.com/forms/d/e"]{
  width:100%;
}