|
@@ -200,15 +200,25 @@ body {
|
|
|
background-position: center;
|
|
|
background-image: url(./img/banner/coverwebp.webp);
|
|
|
position: relative;
|
|
|
-
|
|
|
+ height: 100vh;
|
|
|
+ @media screen and(min-width:$desktop) {
|
|
|
+ height: 100vh !important;
|
|
|
+ }
|
|
|
@media screen and(max-width:$moblie) {
|
|
|
background-image: none;
|
|
|
- height: 100vh;
|
|
|
+ height: 95vh;
|
|
|
padding-bottom: 30vw;
|
|
|
}
|
|
|
- @media screen and(min-height:800px) {
|
|
|
- height: 80vh;
|
|
|
+
|
|
|
+
|
|
|
+ @media screen and(min-height:750px) {
|
|
|
+ height: 85vh;
|
|
|
}
|
|
|
+ @media screen and(max-width:350px) {
|
|
|
+ height: 100vh;
|
|
|
+ }
|
|
|
+
|
|
|
+
|
|
|
.banner1 {
|
|
|
width: 85vw;
|
|
|
padding-top: 10vw;
|
|
@@ -1265,14 +1275,16 @@ body {
|
|
|
.sec05 {
|
|
|
text-align: center;
|
|
|
padding-top: 4.5rem;
|
|
|
- padding-bottom: 8rem;
|
|
|
+
|
|
|
color: $title-color;
|
|
|
padding-bottom: 8rem !important;
|
|
|
overflow: hidden;
|
|
|
position: relative;
|
|
|
+
|
|
|
@media screen and(min-width:768px) {
|
|
|
display: none;
|
|
|
}
|
|
|
+
|
|
|
.element2 {
|
|
|
position: absolute;
|
|
|
width: 70vw;
|