|
@@ -507,6 +507,27 @@
|
|
|
}
|
|
}
|
|
|
}
|
|
}
|
|
|
|
|
|
|
|
|
|
+ .homepage-hero {
|
|
|
|
|
+ display: flex;
|
|
|
|
|
+ align-items: center;
|
|
|
|
|
+ justify-content: center;
|
|
|
|
|
+ height: 585px;
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: @screen-sm-max) {
|
|
|
|
|
+ height: auto;
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
|
|
+ video {
|
|
|
|
|
+ box-shadow: 0px 60px 25px -15px rgba(16, 24, 40, 0.2);
|
|
|
|
|
+ max-height: 100%;
|
|
|
|
|
+ width: auto;
|
|
|
|
|
+
|
|
|
|
|
+ @media (max-width: @screen-sm-max) {
|
|
|
|
|
+ width: 100%;
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+ }
|
|
|
|
|
+
|
|
|
.home-register-newsletter-checkbox {
|
|
.home-register-newsletter-checkbox {
|
|
|
font-size: 0.75rem;
|
|
font-size: 0.75rem;
|
|
|
margin-top: 10px;
|
|
margin-top: 10px;
|