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

