diff --git a/view/template/acquisition/youtube_status.php b/view/template/acquisition/youtube_status.php
index 5fae46af..72614dcb 100644
--- a/view/template/acquisition/youtube_status.php
+++ b/view/template/acquisition/youtube_status.php
@@ -41,6 +41,11 @@
+
+
+
diff --git a/view/template/download/get.php b/view/template/download/get.php
index 2eeba0c6..e40b0719 100644
--- a/view/template/download/get.php
+++ b/view/template/download/get.php
@@ -30,7 +30,13 @@
-
+
+ class="tall"
+
+ />
diff --git a/web/scss/pages/_ancillary.scss b/web/scss/pages/_ancillary.scss
index ca24e282..d4caf113 100644
--- a/web/scss/pages/_ancillary.scss
+++ b/web/scss/pages/_ancillary.scss
@@ -182,8 +182,15 @@
min-width: 12rem; min-height: 12rem;
margin-bottom: 1rem;
- max-height: 25rem;
object-fit: contain;
+
+ &:not(.tall) {
+ max-height: 25rem;
+ }
+
+ &.tall {
+ max-height: 50rem;
+ }
}
}