@media only screen and (min-width: 992px) {

    .autopilot.textheader{

        font-family: XL-black;
        color: #000000;
        font-size: 25px;
        line-height: 110%;

    }

    .autopilot.text{

        font-family: UniverseLT;
        color: #000000;
        font-size: 20px;
        line-height: 110%;

    }

    #auto{

        background: linear-gradient(to bottom, rgba(125,125,125,0.2) 0%,rgba(125,125,125,0) 250px,rgba(125,125,125,0) 100%);

    }

}

@media only screen and (max-width: 992px){

    #auto{

        background: inherit;

    }

    .autopilot.textheader{

        font-family: XL-black;
        color: #000000;
        font-size: 20px;
        line-height: 110%;

    }

    .autopilot.text{

        font-family: UniverseLT;
        color: #000000;
        font-size: 15px;
        line-height: 110%;

    }


}