﻿    .home-banner{position:relative;height:calc(100vh - 120px)}
.home-banner>video,.home-banner>img{width:100%;height:100%;object-fit:cover}
.home-banner-text{position:absolute;left:50%;top:50%;transform:translate(-50%,-50%);display:flex;flex-direction:column;align-items:center;justify-content:center}
.home-banner-text .desc{text-align:center;font-size:28px;color:#fff;margin-bottom:20px}
@media screen and (max-width:1500px){.home-banner-text .desc{font-size:18px}
}@media (max-width:1024px){.home-banner{position:relative;height:calc(100vh - 70px)}
}.home-world{padding-top:3%;position:relative}
.home-world img{width:100%}
.home-world .box{padding:4%;left:10%;color:#494949;top:20%;border:2px solid #313333;position:absolute}
.home-world .box .desc{font-size:1vw}
.home-world .box .title{font-size:2vw;font-weight:900}
.home-banner-text{transition:opacity 0.6s ease,visibility 0.6s ease;opacity:1;visibility:visible}
.home-banner-text.hide{opacity:0;visibility:hidden}
@media (max-width:768px){.home-world .box{border:1px solid #313333}}
.home-projects .video iframe{ aspect-ratio: 16/9;}
.home-banner-text{background: #dbd1d19f;padding:2%}
.home-banner-text .play{display:none}