diff --git a/src/app/components/data-view/data-carousel/data-carousel.component.html b/src/app/components/data-view/data-carousel/data-carousel.component.html
index 5f559015..7a28a49b 100644
--- a/src/app/components/data-view/data-carousel/data-carousel.component.html
+++ b/src/app/components/data-view/data-carousel/data-carousel.component.html
@@ -33,7 +33,7 @@
Insert data
-
+
@@ -87,4 +87,4 @@
Insert data
-
+
\ No newline at end of file
diff --git a/src/app/components/data-view/data-carousel/data-carousel.component.scss b/src/app/components/data-view/data-carousel/data-carousel.component.scss
index 5954236b..a7c16efc 100644
--- a/src/app/components/data-view/data-carousel/data-carousel.component.scss
+++ b/src/app/components/data-view/data-carousel/data-carousel.component.scss
@@ -1,7 +1,7 @@
carousel {
display: block;
max-width: 1000px;
- min-width: 1000px;
+ // min-width: 1000px;
}
.navigator-wrapper {
display: flex;
@@ -12,16 +12,25 @@ carousel {
}
}
#carousel-wrapper {
- display: flex;
- justify-content: center;
+ width: 96%;
+ max-width: 960px;
+ margin: 0 auto;
+}
+
+#video{
+ width: 100%;
+ max-width: 400px;
+ height: auto;
}
+
.carousel-multimedia {
display: block;
max-width: 100%;
- max-height: 80vh;
- margin: 0 auto;
margin-bottom: 1rem;
+ padding-top: 60px;
+ margin: auto;
}
+
span.key {
color: #656565;
}
@@ -60,4 +69,4 @@ span.key {
.space-between {
display: flex;
justify-content: space-between;
-}
+}
\ No newline at end of file