@charset "utf-8";
.video-container  {
Position: relative;
Padding-bottom: 56.25%;
Padding-top: 35px;
Height: 0;
Overflow: hidden;
}

.video-container iframe {
Position: absolute;
Top: 0;
Left: 0;
Width: 100%
Height: 100%
}

}
