/**********
 * This is the css file related to video (capsules) section. It is specific to it.
 ****************************************************************************/
 
 #videoPage{
	width:100vw;
	height:100vh;
	margin:0px;
	padding:0px;
	 background-color:black;
}

video {
	width:98vw;
	height:auto;
	margin-left:1vw;
	margin-right:1vw;
	 
}

#video-container {
	width:95%;
	margin: 0;
	position: absolute;
	top: 50%;
	-ms-transform: translateY(-50%);
	transform: translateY(-50%);
}

