.tbs-hero {
position: relative;
overflow: hidden;
height: 1080px;
align-items: center;
justify-content: center;
display: flex;
}
.tbs-hero .tbs-hero_bg {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
z-index: -1;
background-size: cover;
background-position: center;
background-repeat: no-repeat;
background-color: pink;
}
.tbs-hero .tbs-hero_bg video {
width: 100%;
height: 100%;
object-fit: cover;
}
.tbs-hero .content-wrapper {
max-width: 880px;
width: 100%;
margin: auto;
display: flex;
flex-direction: column;
justify-content: center;
align-items: center;
text-align: center;
}
.tbs-hero .content-wrapper .prefix {
font-family: 'Avenir LT Std';
font-weight: 500;
font-size: 14px;
color: #fff;
letter-spacing: 0.2em;
line-height: 28px;
text-transform: uppercase;
}
.tbs-hero .content-wrapper .title {
font-family: 'TheOne-Light';
font-size: 85px;
letter-spacing: 0;
line-height: 108px;
color: #fff;
font-weight: 300;
}
.tbs-hero .content-wrapper .description p {
font-family: 'Avenir LT Std';
font-weight: normal;
font-size: 18px;
color: #fff;
letter-spacing: 0;
line-height: 28px;
}