@media (max-width: 469px) {
    main::after {
        background: linear-gradient(0deg, black 20%, rgba(0, 0, 0, 00) 65%) no-repeat;
        max-height: 100%;
        width: 100vw;
        overflow: hidden;
    }

    
body {
    overflow-x: hidden;
}

main .homun {
    display: none;
    height: 100vh;
}

main .homun.selecionado {
    display: block;
}

main .homun .mImagem {
    width: 90%;
    height: 50%;
    object-fit: contain;
    
}
.conteudo {
    position: absolute;
    top: 0;
    left: 2%;

    display: flex;
    flex-direction: column;
    justify-content: end;
    min-height: 90vh;
    max-width: 350px;
    z-index: 1;
}

.conteudo .nome-personagem {
    color: red;
    font-size: 48px;
    font-family: Impact, Haettenschweiler, 'Arial Narrow Bold', sans-serif;
    font-weight: lighter;
    margin-bottom: 20px;
    font-variant: small-caps;
    font-stretch: extra-condensed;
    text-shadow: 
    1px 1px 0 white,
    -1px -1px 0 white,
    -1px 1px 0 white,
    1px -1px 0 white;
}

.conteudo .descricao {
    color: black;
    font-family: "Black Ops One", system-ui;
    text-align: left;
    line-height: 24px;
    text-shadow: 
    1px 1px 0 white,
    -1px -1px 0 white,
    -1px 1px 0 white,
    1px -1px 0 white;
}

.conteudo .logo {
    /*background-color: aquamarine;*/
    background-image: url("../imagens/FMAB.png");
    background-size: cover ;
    overflow: hidden;
    height: 100px;
    width: 230px;
    opacity: 60%;
    position: absolute;
    bottom: -10%;
    right: -15%;
    z-index: -1;
}


    .botoes {
        display: flex;
        flex-direction: column;
        justify-content: end;
        padding: 5px;
        scale: 1.3;
        right: 3%;
        width: 15%;
        top: 20%;
        opacity: 70%;
        
    }

    .botoes .botao img {
    max-width: 30px;
 }
    .pagebutton {
        position: absolute;
        scale: 0.15;
        right: -52%;
        top: -18%;
        width: 130%;
        opacity: 60%;
        background: none;
        border: none;
        z-index: 2;
    }
}