.container {
    position: relative;
    width: 60%;
    height: 0;
    padding-bottom: 30.25%;
}
.video {
    position: absolute;
    width: 100%;
    height: 100%;
}

.centrado{
	text-align: center;
}