.video {
    aspect-ratio: 16 / 9;
    overflow: hidden;

}

.poster {
    aspect-ratio: 9/13.3;
}

.iframe img {
    width: 100%;
}

.venoboxvid {
    display: block;
    background: #000;
}

.venoboxvid img {
    width: 100%;
}

.venoratio {
    width: 1250px;
}

.vbox-container {
    overflow: auto;
}

.headers {
    opacity: 0.5;
    position: fixed;
    width: 100%;
}

#videoBg {
    position: fixed;
    top: 0px;
    bottom: 0px;
    width: 100%;
    z-index: 0;
}

.main {
    position: relative;
    z-index: 1;
}

#videoTeaser {
    object-fit: cover;
    opacity: 0.7;
}

.description {
    font-size: 18px;
}

.tabs {
    display: flex;
    justify-content: center;
    flex-wrap: wrap;
    gap: 4rem;
    row-gap: 2rem;
}

.tabs a {
    padding: 10px;
    border: 1px solid #fff;
    border-radius: 5px;
    text-decoration: none;
    color: #fff;
    font-size: 18px;
}

.tabs a:hover {
    background: #fff;
    color: #000;
}

.tabs li {
    list-style: none;
    margin: 0;
}

.tabs li.active a {
    background: #fff;
    color: #000;
}

h1 {
    line-height: 100%;
}

h1 span {
    display: block;
    font-size: 50%;
}

.vbox-inline .video {
    position: absolute;
    z-index: 1;
    width: 100%;
    background: transparent;
    height: 100%;
}
.portfolio .container{
    margin-top: 10vh;
}
