.video-container * {
    position: absolute;
}
.video-container {
    position: absolute;
    width: 100vw;
    height: 75.64vh;
    bottom: 3.25vh;
    left: 0;
    right: 0;
    margin: 0 auto;
    z-index: 6;
}
.video-content {
    width: 75.62vw;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video {
    height: 75.64vh;
    width: 100%;
    background-color: black;
    left: 0;
    right: 0;
    margin: 0 auto;
}
.video-content button {
    background-color: none;
    border: none;
    width: 3.54vw;
    top: 0;
    left: 0;
}
.video-close-btn {
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: auto;
    z-index: 7;
    cursor: pointer;
    transition: 200ms;
}
.playbtn {
    height: 75.64vh;
    width: 100%;
    visibility: visible;
    filter: invert(1) opacity(0.3);
    object-fit: none;
    left: 0;
    right: 0;
    margin: 0 auto;
    transition: .3s;
    cursor: pointer;
}.playbtn:hover{
    filter: invert(1) opacity(0.5);
}
.video-close-btn:hover {
    filter: invert(1);
}