.section-full-banner{min-height:calc(100svh - 2px);max-height:calc(100svh - 2px);margin:1px;}
.section-full-banner video,.section-full-banner img{width:100%;height:calc(100svh - 2px);object-fit:cover;}
.full-baner-content-wrap{position:absolute;width:100%;height:100%;bottom:0;pointer-events: none;}
.full-banner-content{height:100%;}
.full-banner-content a{position:absolute;bottom:54px;left:50%;transform:translateX(-50%);width:max-content;pointer-events:auto;}
.full-banner-content .fbc-grid{gap:24px;}
.sfb-title{font-weight:300;}
.sfb-description{gap:4px;}
a.full-banner-wrapper{display:block;transition:none;}
@media (min-width:992px){
.full-banner-content{padding:56px 0;}
}
@media (max-width:991px){
.full-banner-content{padding:56px 41px;}
}