@media screen and (min-width: 750px) {
    #video01 {
        object-position: 60% 100%!important;
    }

    #video01-degrade {
        background: rgb(151,69,233);
        background: linear-gradient(180deg, rgba(151,69,233,1) 0%, rgba(151,69,233,0) 85%);
    } 

    .logo {
        max-width: 60vw;    
    }

    .logo-google {
        max-width: 50vw!important;
    }

    .icono-diferencial {
        max-width: 100vw;
    }

    h1 {
        font-size: 30px;
    }

    h2 {
        font-size: 25px;
    }

    h3 {
        font-size: 20px;
    }

    #trayectoria h1 {
        font-size: 35px!important;
    }

    #trayectoria h2 {
        font-size: 30px;
    }

    button {
        font-size: 25px!important;
    }

    .testimonio {
        min-height: 400px;
    }
}