body{
			margin: 0;
			padding: 0;
			background-color: #51509f;
		}

		#video-chico{
			width: 0;
			height: 0;
			visibility: hidden;
}
		
		#video-grande{
			width: 100%;
			height: 100%;
			visibility: visible;
		}

@media (max-width: 1080px) {
	#video-chico{
			width: 100%;
			height: 100%;
			visibility: visible;
		background-image: url("videos/videoMovil2.mp4");
		}
	
	#video-grande{
			width: 0;
			height: 0;
			visibility: hidden;
	}

}

