/* Your custom css code goes here */
.googleCalendar{
  position: relative;
  height: 100%;
  width: 100%;
  padding-bottom: 100%;
}

.googleCalendar iframe{
  position: absolute;
  top: 0;
  left: 0;
  width: 70%;
  height: 70%;
}

