#videoDiv2 {
    width: 100%;
    max-width: 1200px;
    margin: auto;
    display: block;
    position: relative;
}

#video2 {
    width: 100%;
    height: auto
}

#videoMessage2 {
    position: absolute;
    top: 0;
    left: 0;
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
    width: 100%;
    height: 100%;
}
