<!DOCTYPE html>
<html lang="en-US">
<head>
<meta charset="UTF-8">
<title>Jerry Verdi</title>
<meta name="viewport" content="width=device-width, initial-scale=1.0, viewport-fit=cover">
<link rel="icon" href="v-192.png" sizes="192x192" />
<link rel="apple-touch-icon-precomposed" href="v-180.png" />
<meta name="msapplication-TileImage" content="v-270.png" />
<style>
	@import url('https://fonts.googleapis.com/css?family=Poppins:600');
	@import url('https://fonts.googleapis.com/css?family=Poppins:200');
	body {
		background-color: #fff;
		color: #000;
		font-family: 'Poppins', sans-serif;
		font-size: 1.5rem;
		font-weight: 200;
	}
	h1 {
		font-family: 'Poppins', sans-serif;
		font-size: 5.5rem;
		font-weight: 600;
		color: #000;
		text-transform: uppercase;
		text-align: center;
		margin: auto;
	}
	header {
		margin-bottom: 40px;

	}
	p {
		margin-top: 5px;
		margin-bottom: 5px;
	}
	.ytlink {
		margin-bottom: 75px;
		font-size: 1.2rem;
	}
	#stuff {
		width: 65vw;
		margin: auto;
	}
	.center {
		text-align: center;
	}
	a,
	a:visited {
		color: #000;
		text-decoration: none;
	}
	a:hover,
	a:active {
		color: #000;
		text-decoration: underline;
	}
	footer {
		height: 100px;
	}
/* VIDEO EMBED */
.video-container {
	position: relative;
	padding-bottom: 56.25%;
	height: 0;
	overflow: hidden;
	margin-bottom: 2rem;
}
.video-container iframe,
.video-container object,
.video-container embed,
.video-container video {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.sd {
	padding-bottom: 75%;
}

.sq {
	padding-bottom: 100%;
}

.vt {
	padding-bottom: 178%;
}
	@media (max-width: 1000px) {
		h1 {
			font-size: 4rem;
			}
  		}
	@media (max-width: 600px) {
		h1 {
			font-size: 2.25rem;
			}
  		}
</style>

</head>
<body>
	<header>
		<h1>Jerry Verdi</h1>
		<p class="center">1945 - 2021</p>
	</header>
	<section id="stuff">
		<div class="video-container"><iframe width="560" height="315" src="https://www.youtube.com/embed/ppmGqktTX2g" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
		<p class="center ytlink"><a href="https://youtu.be/ppmGqktTX2g">Watch on YouTube</a></p>
		<div class="video-container sd"><iframe width="560" height="315" src="https://www.youtube.com/embed/jwmUKmXkOTY" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture" allowfullscreen></iframe></div>
		<p class="center ytlink"><a href="https://youtu.be/jwmUKmXkOTY">Watch on YouTube</a></p>
	</section>
	<footer>
		
	</footer>
</body>
</html>