@media print,screen and (min-width: 769px) {
    #maincontent #performance .texts {
        position: absolute;
        right: 10%;
        top: 20%;
        width: 400px;
    }
}
@media only screen and (max-width: 768px) {
    #maincontent #performance .texts {
        position: absolute;
        left: 10%;
        top: 20%;
        width: 80%;
    }
}
