/* GENERAL PARA TODOS LOS RECURSOS */

.wrapper-video {
	height: 0;
    overflow: hidden;
    padding-bottom: 56.25%;
    padding-top: 34px;
    position: relative;
    margin-bottom: 20px;
}

.wrapper-video iframe,
.wrapper-video object,
.wrapper-video embed,
.wrapper-video video  {
    height: 100%;
    left: 0;
    position: absolute;
    top: 0;
    width: 100%;
}