From 9c1045de541d4bde0510e3bcac789e105b96aec2 Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Mon, 8 Jul 2024 20:32:37 +0200
Subject: [PATCH] Meetup Video Header

---
 src/App/App.css       | 4 +++-
 src/headers/bhf-h.tsx | 9 +++++++--
 2 files changed, 10 insertions(+), 3 deletions(-)

diff --git a/src/App/App.css b/src/App/App.css
index 979471db..32430c37 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -199,7 +199,9 @@ tr:nth-child(1) {
 /* * * * * * * */
 /* BACKGROUND  */
 /* * * * * * * */
-
+.bg-video-container{
+height: 500vw !important;
+}
 .bg-d{
   background-color: var(--text-primary) !important;
 }
diff --git a/src/headers/bhf-h.tsx b/src/headers/bhf-h.tsx
index da59dbe7..3b9969c2 100644
--- a/src/headers/bhf-h.tsx
+++ b/src/headers/bhf-h.tsx
@@ -3,9 +3,14 @@ export function BFHH() {
 
     return (
       <>
-        <div className="row">
+        <div className="row" style={{height: "800vw"}}>
           <div className="col">
-            
+          <div id="bg-video-container">
+          <iframe title="Bielefeld-CeBiTec: MeetUp (2024) [English]" width="100%" height="700" src="https://video.igem.org/videos/embed/30b8a6e0-2b4a-4618-8867-4eb8e6a52936?loop=1&amp;autoplay=1&amp;muted=1&amp;title=0&amp;warningTitle=0&amp;controlBar=0&amp;peertubeLink=0&amp;p2p=0" frameBorder="0" sandbox="allow-same-origin allow-scripts allow-popups allow-forms"></iframe>
+          </div>
+          <div className="absolute">
+
+          </div>
           </div>
         </div>
         <div className="row">
-- 
GitLab