/* 1. Make the section a specific height for Desktop & Mobile */
.video-section, 
.video-wrapper, 
[data-section-type="video-banner"] {
    height: 80vh !important; /* This makes it tall like Weari */
    min-height: 400px;
    position: relative !important;
    overflow: hidden !important;
    background: #000 !important; /* Matches the video tone */
}

/* 2. Force the video to act as a background (Cover Mode) */
.video-section video, 
.video-wrapper video, 
.video-js video {
    position: absolute !important;
    top: 50% !important;
    left: 50% !important;
    transform: translate(-50%, -50%) scale(1.05) !important; /* Centers and slightly zooms */
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important; /* This REMOVES the black bars */
}

/* 3. Remove Zid's default padding that creates gaps */
.video-wrapper {
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}

/* 4. Mobile Specific: Ensure it stays tall and centered */
@media (max-width: 767px) {
    .video-section, .video-wrapper {
        height: 70vh !important; /* Vertical height for phones */
    }
    
    .video-section video {
        width: auto !important; /* Allows video to overflow sides to fill height */
        min-width: 100vw !important;
    }
}
<!-- TikTok Pixel Code Start -->
<script>
!function (w, d, t) {
  w.TiktokAnalyticsObject=t;var ttq=w[t]=w[t]||[];ttq.methods=["page","track","identify","instances","debug","on","off","once","ready","alias","group","enableCookie","disableCookie","holdConsent","revokeConsent","grantConsent"],ttq.setAndDefer=function(t,e){t[e]=function(){t.push([e].concat(Array.prototype.slice.call(arguments,0)))}};for(var i=0;i<ttq.methods.length;i++)ttq.setAndDefer(ttq,ttq.methods[i]);ttq.instance=function(t){for(
var e=ttq._i[t]||[],n=0;n<ttq.methods.length;n++)ttq.setAndDefer(e,ttq.methods[n]);return e},ttq.load=function(e,n){var r="https://analytics.tiktok.com/i18n/pixel/events.js",o=n&&n.partner;ttq._i=ttq._i||{},ttq._i[e]=[],ttq._i[e]._u=r,ttq._t=ttq._t||{},ttq._t[e]=+new Date,ttq._o=ttq._o||{},ttq._o[e]=n||{};n=document.createElement("script")
;n.type="text/javascript",n.async=!0,n.src=r+"?sdkid="+e+"&lib="+t;e=document.getElementsByTagName("script")[0];e.parentNode.insertBefore(n,e)};


  ttq.load('D7N5QGBC77UASIGODA2G');
  ttq.page();
}(window, document, 'ttq');
</script>
<!-- TikTok Pixel Code End -->