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