#Video{
    background-color: none;
    width: 100%;
    height: 45vw;
    margin: 0 0 0 0;
}

#Video video{
    width: 100%;
    height: 100%;
    margin: 0 0 0 0;
    object-fit: fill;
}

#TextSegment{
    background-color: rgba(211, 211, 211, 0.422);
    margin: 0 0 0 0;
    height: 15vw;
    justify-items: center;
    align-content: center;
}

#Header{
    background-color: none;
    color: rgba(55, 106, 172);
    width: 30vw;
    margin: 0 0 0 0;
    text-align: center;
    align-content: center;
}

#Context{
    background-color: none;
    width: 95%;
    color: gray;
    text-align: center;
}

#TextSegment2{
    position: relative;
    background-image: url("../Image/sky.ec5f82c6e773.png");
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    height: 40vw;
    width: 100%;
    margin: 0 0 0 0;
    z-index: -1;
    overflow: hidden;
}

#List{
    position: relative;
    background-color: none;
    width: 90%;
    height: 15vw;
    justify-self: center;
    align-self: center;
    margin: 0 0 0 0;
}

#List ul{
    background-color: none;
    list-style-type: none;
    width: 100%;
    height: 15vw;
    margin: 0 0 0 0;
    padding: 0 0 0 0;
    text-align: center;
    align-content: center;
}

#List ul li{
    background-color: white;
    width: 25vw;
    height: 10vw;
    display: inline-block;
    margin: 0 1vw 0 1vw;
    box-shadow: 1px 1px 40px gray;
}

#Image{
    background-color: none;
    width: 3vw;
    height: 3vw;
    margin-top: 1vw;
    justify-self: center;
    text-align: center;
    align-content: center;
}

#Image img{
    margin: 0 0 0 0;
}

#Context2{
    background-color: none;
    width: 8vw;
    height: 4vw;
    justify-self: center;
    margin-top: 0.5vw;
}

#Context2 h1{
    margin: 0 0 0 0;
    color: rgba(55, 106, 172);
}

#Context2 p{
    margin: 0 0 0 0;
    color: rgba(55, 106, 172);
}

#ImageContainer{
    position: absolute;
    background-color: none;
    width: 35vw;
    height: 26vw;
    bottom: 0;
    left: 5vw;
}

#TextField{
    position: absolute;
    background-color: none;
    width: 25vw;
    right: 20vw;
    bottom: 3vw;
}

#TextField p{
    font-size: 1vw;
}