+
+
\ No newline at end of file
diff --git a/Chirp/src/Chirp.Web/Pages/Shared/Components/SideVideo/Default.cshtml b/Chirp/src/Chirp.Web/Pages/Shared/Components/SideVideo/Default.cshtml
new file mode 100644
index 00000000..73e6980f
--- /dev/null
+++ b/Chirp/src/Chirp.Web/Pages/Shared/Components/SideVideo/Default.cshtml
@@ -0,0 +1,42 @@
+
+@{
+ var videoList = ViewBag.VideoList as List;
+ var isLeft = ViewBag.IsLeft;
+}
+
+@if (isLeft)
+{
+
+
+
+}
+else
+{
+
+
+
+}
+
+
\ No newline at end of file
diff --git a/Chirp/src/Chirp.Web/Pages/Shared/_Layout.cshtml b/Chirp/src/Chirp.Web/Pages/Shared/_Layout.cshtml
index 4659468c..556b96a4 100644
--- a/Chirp/src/Chirp.Web/Pages/Shared/_Layout.cshtml
+++ b/Chirp/src/Chirp.Web/Pages/Shared/_Layout.cshtml
@@ -31,6 +31,8 @@
+@* this is used for the video css to now how to size them *@
+
@await RenderSectionAsync("Scripts", required: false)