Electric Jellyfish IPA!
<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>Electric Jellyfish IPA</title>
<style>
body {
font-family: Arial, sans-serif;
background-color: #f5f5f5;
margin: 0;
padding: 20px;
}
.video-container {
position: relative;
padding-bottom: 56.25%; /* 16:9 aspect ratio */
padding-top: 25px;
height: 0;
}
.video-container iframe {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
border: none;
}
h1 {
color: #333;
}
p {
color: #666;
}
</style>
</head>
<body>
<h1>Electric Jellyfish IPA</h1>
<p>Experience the vibrant flavors of the Electric Jellyfish IPA from Pinthouse Brewing, featured by Muck & Fuss Craft Beer and Burgers.</p>
<div class="video-container">
<iframe src="https://www.youtube.com/embed/hBN41xHzs3k" allowfullscreen></iframe>
</div>
</body>
</html>