@media print,screen and (min-width: 769px) {

    #maincontent #offroad .texts {
        position: absolute;
        right: 10%;
        top: 50%;
        width: 400px;
    }
}
@media only screen and (max-width: 768px) {
    #maincontent #offroad .texts {
        position: absolute;
        left: 10%;
        top: 50%;
        width: 80%;
    }
}
