@charset "utf-8";
/* CSS Document */

.sideYouTube .piece .pieceHeader h2 {
    font-size: 1.5em;
}

.sideYouTube .piece .pieceHeader {
    padding: 15px 0 12px 10px;
    border-bottom: 3px solid #82756d;
    border-radius: 5px 5px 0 0;
    line-height: 1.3;
    color: #fff;
    background-color: #003461;
}

.mov-wide {
	position: relative;
	padding-top: 56.25%;
	width: 100%;
	overflow: hidden;
}

.mov-standard {
	position: relative;
	padding-top: 75%;
	overflow: hidden;
}

.mov-wide > *,
.mov-standard > * {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}