From 42914ff83e2c6889dbae43a00ac6a56425d3fa5c Mon Sep 17 00:00:00 2001
From: jo2-holdsworth <jack2.holdsworth@live.uwe.ac.uk>
Date: Wed, 5 Apr 2023 17:15:33 +0100
Subject: [PATCH] video fix

---
 README.md | 20 ++++++++++++++------
 1 file changed, 14 insertions(+), 6 deletions(-)

diff --git a/README.md b/README.md
index a95d13e..6898d8e 100644
--- a/README.md
+++ b/README.md
@@ -71,14 +71,22 @@ ___
 * ***unittesting*** after testing some of the new values we get no unexpected errors. ![image](src/screenshot27.PNG)
 ___
 ## Demos
-* ***Task 1:***  
-  <iframe width="560" height="315" src="https://www.youtube.com/embed/AjLuZGTohQ0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+* ***Task 1:***
+  <figure class="video_container">
+    <iframe width="560" height="315" src="https://www.youtube.com/embed/AjLuZGTohQ0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+  </figure> 
 * ***Task 2:***  
-  <iframe width="560" height="315" src="https://www.youtube.com/embed/DksW8h8woP4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
-* ***Task 3:***  
-  <iframe width="560" height="315" src="https://www.youtube.com/embed/ofvF_PM0YXk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+  <figure class="video_container">
+    <iframe width="560" height="315" src="https://www.youtube.com/embed/DksW8h8woP4" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+  </figure>
+* ***Task 3:***
+  <figure class="video_container"> 
+    <iframe width="560" height="315" src="https://www.youtube.com/embed/ofvF_PM0YXk" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+  </figure> 
 * ***Task 4:***  
-  <iframe width="560" height="315" src="https://www.youtube.com/embed/8c6kVIacqw0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+  <figure class="video_container"> 
+    <iframe width="560" height="315" src="https://www.youtube.com/embed/8c6kVIacqw0" title="YouTube video player" frameborder="0" allow="accelerometer; autoplay; clipboard-write; encrypted-media; gyroscope; picture-in-picture; web-share" allowfullscreen></iframe>
+  </figure> 
 ___
 ## Getting Started
 
-- 
GitLab