/*
	Theme Name: The International School
	Description: HTML5 & Bootstrap WordPress Theme
	Version: 1.0
	Author: Phillip Rauschkolb / East Bank Communications

	License: MIT
	License URI: http://opensource.org/licenses/mit-license.php
*/

@import 'css/content.min.css';


.googleCalendar{
  position: relative;
  height: 0;
  min-height: 400px;
  width: 100%;
  padding-bottom: 50%;
}

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