.title h1 img {
    height: 5.83vh;
    width: auto;
    object-fit: contain;
}
.background {
    position: absolute;
    left: 0;
    top: -1vh;
    width: 66.82vw;
    height: 80vh;
    clip-path: polygon(100% 0, 100% 40.5%, 63.83% 100%, 0 100%, 0 0);
}
.background img {
    position: absolute;
    width: 100%;
    height: 100%;
    object-fit: contain;
    left: -20%;
    transform: scale(1.5);
    mix-blend-mode: multiply;
    opacity: 0.8;
}
.main-text {
    position: absolute;
    left: 4.01vw;
    bottom: 7.4vh;
    width: 32.5vw;
    color: #fff;
    text-transform: uppercase;
}
.main-text h2 {
    font-size: 5.18vh;
    padding-bottom: 4.62vh;
}
.main-text h2 span {
    padding-top: 1.66vh;
    font-size: 3.61vh;
}
.main-text p {
    font-size: 2.22vh;
}
.main-text p span {
    font-size: 2.96vh;
}
.video-container {
    position: absolute;
    width: 46.35vw;
    height: 46.75vh;
    right: 16.14vw;
    top: 23.42vh;
}
#video-play-btn {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    margin: auto;
    z-index: 7;
    background: none;
    border: none;
}
#video-play-btn img {
    width: 10.36vw;
    cursor: pointer;
    transition: 500ms;
}
#video-play-btn img:hover {
    transform: scale(1.25);
}
.video-container video {
    position: absolute;
    width: 100%;
    height: 100%;
    background-color: #282728;
    top: 0;
}
.button-list-container {
    position: absolute;
    right: 17.39vw;
    /*bottom: 1.48vh;*/
    bottom: 0.4vh;
}
.second-button-list {
    display: flex;
    flex-direction: column;
}
.button-item {
    width: 23.02vw;
    height: 6.11vh;
    clip-path: polygon(13.8% 0, 100% 0, 86.19% 100%, 0 100%); 
    margin-bottom: 0.74vh;
    transition: 200ms;
}
.button-item:hover {
    filter: invert(1);
}
.button-item a {
    width: 66.51%;
    height: 100%;
    display: flex;
    justify-content: space-between;
    align-items: center;
    text-transform: uppercase;
    margin: auto;
    font-size: 2.77vh;
}
.button-item img {
    height: 5vh;
    width: auto;
    object-fit: contain;
}
.button-item:nth-child(1) {
    margin-left: 0;
}
.button-item:nth-child(2) {
    margin-left: -3.48vw;
}
.button-item:nth-child(3) {
    margin-left: -6.97vw;
}
.button-item:nth-child(4) {
    margin-left: -10.46vw;
}




.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: 1.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: 35vh;
    width: 100%;
    visibility: visible;
    filter: invert(1) opacity(0.3);
    object-fit: contain;
    left: 0;
    right: 0;
    margin: 5vh auto;
    transition: .3s;
    cursor: pointer;
}.playbtn:hover{
    filter: invert(1) opacity(0.5);
}
.video-close-btn:hover {
    filter: invert(1);
}