/* ---------------------------------------------------------------------- Gobal */

/* Post img fullsize */
.post img.aligncenter.size-large {
	width: 100%;
	margin-bottom: 20px;
}

/* Youtube */
iframe.youtube {
	width: 100%;
	height: 416px;
}
@media screen and (max-width: 600px) {
	iframe.youtube {
		width: 100%;
		height: 172px;
	}
}



/* ---------------------------------------------------------------------- Sidebar */

/* Widget mail subscription */
.jetpack_subscription_widget #subscribe-text {
	margin-top: -8px;
	margin-bottom: 8px;
}
.jetpack_subscription_widget #subscribe-text p {
	font-style: italic;
	font-size: 13px;
}
