
body
{background-color: #75BCEC;}
.contenedor{
height: 0;
overflow: hidden;
padding-bottom: 56.25%;
padding-top: 30px;
position: relative;
background-color: blue;
}



.contenedor iframe,
.contenedor object,
.contenedor embed,
.comtenedor canvas,
.contenedor video{
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: #75BCEC;


}

canvas
{
height: 100%;
left: 0;
position: absolute;
top: 0;
width: 100%;
background-color: #75BCEC;
}


.saltar
{
	height: 50px;
	width: 100%;
	background-color: #F8E878;
	border-radius: 10px;
	color: #5E96BD;
	font-size: 30px;
	cursor: pointer;

}
.saltar:hover
{

    background-color: yellow;
}