.advertising{height:50vh;position:relative;overflow:hidden}.advertising img{width:100%;height:100%;object-fit:cover}.advertising .title-wrapper{position:absolute;left:0;top:50%;transform:translateY(-50%);width:100%;z-index:2}.advertising .title-wrapper .title-box{display:flex;justify-content:center}.advertising .title-wrapper .title{color:#fff;line-height:1.5}.advertising::before{content:'';position:absolute;inset:0;background:rgba(0,0,0,0.2);z-index:1}@media screen and (max-width:992px){.advertising{height:initial;aspect-ratio:16 / 9}.advertising .title-box{justify-content:center;text-align:center}}