/* css for ZDD people section */

body, html {
	width:100vw;
	max-width:100vw;
	padding:0;
	margin:0;
	overflow:auto;
	}
a {
	text-decoration:underline;
	}
a:visited {
	color:#541f7a;
	}

/* Text describing what Fitness Povero is */

#textContainer {
	height:10vh;
	font-family:Times New Roman, Liberation Serif, Serif;
	font-size:11pt;
	padding:20px 10px 0 10px;
	}
	
/* videos */

.videoContainer {
	float:left;
	display:inline-block;
	}

/*footer*/
footer {
	float:left;
	display:inline-block;
	height:18vh;
	}

/* IF iPad size */

 @media all and (max-width: 640px) {
 
#textContainer {
	height:12vh;
	padding:20px 10px 0 10px;
	}

 }


