From 7f40fe04e5f986025eb7504d56542ac350c1f5db Mon Sep 17 00:00:00 2001
From: liliana <liliana.sanfilippo@uni-bielefeld.de>
Date: Mon, 8 Jul 2024 20:41:16 +0200
Subject: [PATCH] bfh video header

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

diff --git a/src/App/App.css b/src/App/App.css
index 32430c37..d50c6bfd 100644
--- a/src/App/App.css
+++ b/src/App/App.css
@@ -200,7 +200,7 @@ tr:nth-child(1) {
 /* BACKGROUND  */
 /* * * * * * * */
 .bg-video-container{
-height: 500vw !important;
+margin-bottom: 10vw !important;
 }
 .bg-d{
   background-color: var(--text-primary) !important;
diff --git a/src/headers/bhf-h.tsx b/src/headers/bhf-h.tsx
index 3b9969c2..db5014de 100644
--- a/src/headers/bhf-h.tsx
+++ b/src/headers/bhf-h.tsx
@@ -1,12 +1,11 @@
 
 export function BFHH() {
-
     return (
       <>
-        <div className="row" style={{height: "800vw"}}>
+        <div className="row">
           <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 className="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?start=27s&amp;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">
 
-- 
GitLab