@charset 'UTF-8';
.video-container {
    position: relative;
//    padding-bottom: 56.25%;
    height: 0;
    overflow: hidden;
}

.video-container iframe,
.video-container object,
.video-container embed {
    position: absolute;
	top:1px;
    width: 95%;
    height: 100%;
	float:left;
}