@charset "utf-8";
/* CSS Document */

#videos {
    margin-top:75px;
    }
#videos .contenedor {
	display:flex;
	justify-content:center;
	flex-wrap:wrap;
	}

#videos .contenedor .titulo {
	width:100%;
	margin-bottom:50px;
	}

#videos .contenedor article {
	margin-bottom:50px;
	margin-left:5px;
	margin-right:5px;
	width:100%;
	}

@media (min-width:640px) {
	#videos .contenedor article {
		width:48%;
		}
	}
@media (min-width:960px) {
	#videos .contenedor article {
		width:32%;
		}
	}