.tib-page-header {
    width: 100%;
    margin-bottom: 20px;
    position: relative;
}

.tib-page-header img,
.tib-page-header video,
.tib-page-header iframe {
    width: 100%;
    height: auto;
    display: block;
}

.tib-page-header-fullwidth {
    width: 100vw;
    position: relative;
    left: 50%;
    right: 50%;
    margin-left: -50vw;
    margin-right: -50vw;
    max-width: 100vw;
}

.tib-mobile-video {
    display: none;
}

.tib-header-overlay-content {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    display: flex;
    align-items: center;
    justify-content: center;
    z-index: 10;
    color: #fff;
}

.tib-header-overlay-content .tib-container {
    width: 100%;
    max-width: 1200px;
    margin: 0 auto;
    padding: 0 20px;
}

@media (max-width: 1280px) {
    .tib-page-header-fullwidth {
        height: 100vh;
        margin-bottom: 0;
    }

    .tib-page-header-fullwidth img,
    .tib-page-header-fullwidth video,
    .tib-page-header-fullwidth iframe {
        height: 100%;
        object-fit: cover;
    }

    .tib-mobile-video,
    .tib-desktop-video {
        height: 100%;
    }

    .tib-has-mobile-video .tib-desktop-video {
        display: none;
    }
    .tib-has-mobile-video .tib-mobile-video {
        display: block;
    }
}
