.editor .txt {
    background: url(../images/about/pic.jpg) no-repeat 100% 50%;
    padding-right: 222px;
}

@media screen and (max-width: 767px) {
    .editor .txt {
        background: none;
        padding-right: 0;
    }
}
