@media (max-width: 1220px){
    body{
        background-color: #87CEFA;
    }

    .fundo-video{
        display: none;
    }

    .container{
        flex-wrap: wrap;
        justify-content: center;
        height: auto;
        gap: 30px;
    }

    .conmtainer .mario{
        max-width: 50%;
    }

    .container .informacoes{
        display: flex;
        align-items: center;
        flex-direction: column;
    }

    .container .descricao{
        color: white;
        text-align: center;
    }

    .container .imagem-titulo{
        width: 75%;
    }

    .sonic{
        width: 75%;
    }

    p{
        font-family: 'Lucida Sans', 'Lucida Sans Regular', 'Lucida Grande', 'Lucida Sans Unicode', Geneva, Verdana, sans-serif;
        font-weight: bold;
        font-size: 15px;
    }

}

@media (max-width: 500px){
    .cabecalho{
        flex-wrap: wrap;
        justify-content: center;
        gap: 10px;
    }

    .modal .fechar-modal{
        width: 30px;
        line-height: 30px;
    }


    .modal #video{
        width: 300px;
        height: 160px;
    }
}

@media (max-width: 376px){
    .modal #video{
        width: 250px;
        height: 140px;
    }
}
