.lbma{position:relative;background-color:#000;height:100vh}
@media all and (max-width:1024px){.lbma{height:var(--device-height,100vh)}
}
.lbma__content{position:relative;width:100%;height:100vh;overflow:hidden}
@media all and (max-width:1024px){.lbma__content{height:var(--device-height,100vh)}
}
.lbma__content-media{position:absolute;display:block;top:50%;left:50%;min-width:100%;min-height:100%;transform:translate(-50%,-50%);object-fit:cover}
.lbma__content-txt{position:absolute;top:50%;left:50%;width:100%;transform:translate(-50%,-50%);text-align:center}
.lbma__content-txt p{color:#fff}
.lbma__content-txt a{display:block;margin-top:2.7rem;cursor:pointer}
@media all and (max-width:1024px){.lbma__content-txt a{margin-top:1.9rem}
}