.pagina-animacoes-el-nino {
	padding-bottom: 4rem;
    
    .flash-container {
        margin-top: 2rem;
    }
    
    .flash-item {
        min-width: 0;
        text-align: center;
    }
    
    .titulo-secundario {
        margin-top: 0;
    }
    
    .flash-player {
        margin: auto;
        aspect-ratio: 4 / 3;
        width: max-content;
        max-width: 100%;
        min-height: 220px;
        height: 70vh;
        max-height: max-content;
        overflow: hidden;
        background: var(--cor-fundo-contraste);
        border: 1px solid var(--cor-borda-contraste);
        border-radius: 8px;
    }
    
    .flash-player ruffle-player {
        display: block;
        width: 100%;
        height: 100%;
    }
}

@media (max-width: 900px) {
	.pagina-animacoes-el-nino .flash-container {
		grid-template-columns: 1fr;
		max-width: 100%;
		margin-right: auto;
		margin-left: auto;
	}
}
