/* CSS Document */

@media (max-width: 480px) {
  	
.inside-content img {
	width:100%;
	height: auto;
	}

}

/*figure.image {
    display: inline-block;
    border: 1px solid gray;
    margin: 0 2px 0 1px;
    background: #f5f2f0;
}*/

figure.image {
    display: inline-block;
    margin: 0 2px 0 1px;
}

figure.align-left {
    float: left;
}

figure.align-right {
    float: right;
}

figure.image img {
    margin: 15px;
}

figure.image figcaption {
    margin: 6px 8px 6px 8px;
    text-align: left;
	width: 100%;
}





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