.container{
    display: flex;
    flex-direction: row;
    flex-wrap: wrap;
}

#text_detect{
    font-size: 180px;
    padding: 25px;
}

#video{
    transform: rotateY(180deg);
}