@media screen and (max-width: 650px) {
body.home section#hero-section {
height: 160vw;
}
body.home section#hero-section video {
width: auto;
height: 100%;
aspect-ratio: unset;
left: -50%;
}
body.home section#hero-section h1 {
font-size:34px !important;
}
body.home section#hero-section .bt_bb_column_inner_content{
padding:0 10px;
}
body.home section#hero-section .bt_bb_headline_subheadline {
font-size:16px;
}
}