.html { 
    overflow-x: hidden;
}
.video-container {
    position: absolute;
    top: 25%; 
    left: 50%;
    transform: translateX(-50%);
    width: 75%;
    height: 80%;
    z-index: 10;
}
.video-container iframe {
    width: 100%;
    height: 100%;
}
.text-container {
    position: absolute;
    left: 12.56%; 
    top: 106%; 
    text-align: left; 

}
.quote {
    font-family: "Apercu Mono";
    font-size: 2.6vw; 
    letter-spacing: -0.3vw; 
}
.additional-text-container {
    position: absolute;
    left: 37%; 
    top: 112%;
    width: 50%; 
    text-align: left;
    font-family: "SUIT-Regular"; 
    font-size: 1.2vw; 
    letter-spacing: -0.06vw;
    line-height: 3.6vh; 
}
.additional-text {
    margin: 0; 
}
.link-container {
    position: absolute;
    right: 12.56%;
    top: 130%; 
    text-align: right;
}
.link-text {
    font-family: "Apercu Mono"; 
    font-size: 1.5vw; 
    letter-spacing: -0.05vw; 
    line-height: 4vh; 
    color: #707070; 
    text-decoration: none; 
}
.link-text:hover {
    color: #FF9D00; 
}
.image-text-container {
    position: relative;
    left: 12.56%; 
    top: 1280px;
    width: 50%;
    height: auto;
}
.image {
    width: 71%; 
    height: auto; 
    max-width: 100%; 

}
.image-container {
    position: absolute;
    top: 12%; 
    left: 50%; 
    transform: translateX(-50%); 
}
.image-container img {
    width: 80%; 
    height: auto; 
    transform: translateX(13%); 

}
.pdescription {
    position: absolute;
    left: 50%; 
    top: 145%; 
    text-align: left;
    font-family: "SUIT-Regular";
    font-size: 1.1vw;
    letter-spacing: -0.1vw;
    line-height: 2vh;
    word-spacing: 0.5vw;
}
.pdescription .bold {
    font-weight: bold;
}
@media screen and (max-width: 767px) {
    html, body {
        overflow-x: hidden;
    }
    .video-container iframe {
        width: 100%;
        height: 200px;
    }
    .text-container {
        font-size: 16px;
    }
    .image-container {
    position: absolute;
    top: 12%; 
    left: 50%; 
    transform: translateX(-74%); 
    }
    .image-container img {
    width: 120%; 
    height: auto; 
    transform: translateX(13%); 

    }
    .video-container {
    position: absolute;
    top: 20%;
    left: 50%;
    transform: translateX(-50%);
    width: 98%;
    height: 40%;
    z-index: 10;
    }
    .video-container iframe {
    width: 100%;
    height: 100%;
    }
    .text-container {
    font-family: "SUIT-Regular"; 
    position: absolute;
    left: 2%;
    top: 60%; 
    text-align: left;

    }
    .quote {
    font-family: "Apercu Mono";
    font-size: 6vw;
    letter-spacing: -0.3vw;
    }
    .additional-text-container {
    position: absolute;
    left: 2%;
    top: 70%;
    width: 98%;
    text-align: left;
    font-family: "SUIT-Regular"; 
    font-size: 4.8vw;
    letter-spacing: -0.06vw;
    line-height: 4.2vh;
    }
    .additional-text {
    margin: 0;
    }
    .link-container {
    position: absolute;
    right: 12.56%;
    top: 76%;
    text-align: right;
    display: none;
    }
    .link-text {
    font-family: "Apercu Mono"; 
    font-size: 5.5vw; 
    letter-spacing: -0.05vw; 
    line-height: 4vh; 
    color: #707070; 
    text-decoration: none; 
    }
    .link-text:hover {
    color: #FF9D00; 
    }
    .image-text-container {
    position: absolute;
    left: 2%; 
    top: 100%; 
    width: 114%;
    height: auto;
    overflow: hidden;
    }
    .image {
    width: 84%; 
    height: auto; 
    }
    .pdescription {
    position: absolute;
    left: 2%; 
    top: 1200px; 
    width: calc(500px);
    text-align: left;
    font-family: "SUIT-Regular";
    font-size: 4.8vw; 
    letter-spacing: -0.06vw; 
    line-height: 1vh; 
    word-spacing: 0.5vw;
    }
    .pdescription .bold {
    font-weight: bold;
    }}