
html { 
	font-size:100%; 
}

body { 
	font-size:16px; 
}

figure {
	display:block;
	max-width:100%;
	margin:0;
	-webkit-box-sizing:border-box;
	   -moz-box-sizing:border-box;
	        box-sizing:border-box;
}

img {
	border:0;
}

figure img {
	width:auto;
	height:auto;
	max-width:100%;
	display:block;
}

figure figcaption {
	max-width:100%;
	margin:0 auto;
	text-align:center;
}

#wrapper { 
	max-width:960px; 
	margin:0 auto; 
}

.invisible {
	display:none !important;
}

.inside {
	position:relative;
}

.block:after {
	content:"";
	clear:both;
	display:block;
}

.video-wrapper {
	position: relative;
	padding-bottom:56.25%;
	padding-top: 25px;
	height: 0;
	margin:0 auto;
}

.video-wrapper iframe {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

/* responsive */
@media only screen and (max-width:768px) {

	/* override any figure paddings */
	figure {
		padding-left:0 !important;
		padding-right:0 !important;
	}
}

@media only print {

	body,
	#wrapper {
		overflow:visible !important;
	}
}