|
@@ -230,6 +230,7 @@ body {
|
|
|
height: 100%;
|
|
|
left: -2px;
|
|
|
top: 3px;
|
|
|
+ border: none;
|
|
|
background-color: transparent;
|
|
|
border-bottom: 3px solid #EE7800;
|
|
|
opacity: 0;
|
|
@@ -1181,6 +1182,17 @@ body {
|
|
|
#videoModal .modal-content {
|
|
|
background-color: transparent;
|
|
|
border: none;
|
|
|
+ height: 30vh;
|
|
|
+}
|
|
|
+
|
|
|
+#videoModal .modal-content .modal-body {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
+}
|
|
|
+
|
|
|
+#videoModal .modal-content iframe {
|
|
|
+ width: 100%;
|
|
|
+ height: 100%;
|
|
|
}
|
|
|
|
|
|
.fixed-btn {
|