.video{
position: relative;
max-width: 100%;
height: auto;
padding-bottom: 56.25%; /* Helps maintain a correct aspect ratio */
padding-top: 30px;
height: 0;
overflow: hidden;
}
.video object, .video iframe, .video embed
{position: absolute; top: 0; left: 0; width: 100%; height: 100%;}