#introImage {
    display: block;
    position: absolute;
    width: 66vw;
    height: 44vw;
    left: 5vw;
    top: calc((100vh - 44vw) / 2);
    z-index: 100;
}

#introImage img {
    display: block;
    width: 100%;
    height: 100%;
    object-fit: cover;
}

#introTitle, #introText {
    position: absolute;
    margin-top: 0;
    margin-left: 73vw;
    margin-right: 0;
    width: 25vw;
    text-align: left;
}

#introTitle {
    top: calc((100vh - 44vw) / 2);
    font-size: 3vw;
    line-height: 3vw;
}

#introText {
    top: calc((100vh - 44vw) / 2 + 6vw);
}