@media screen and (width <= 600px) {

    .videoPlayerContainer{
        display: flex;
        flex-wrap: wrap;
    }

    .txtContainer{
        width: 60%;
        align-items: center;
        justify-content: center;
        margin-bottom: 14svh;
        margin-top: 4svh;
    }





}