 @media(min-width:990px)
  {
    .left{width:50%;}
  }
   article.section header>h2 img 
    {
      width: 120px;
      float:right;
      display:inline-block;
      margin-left:20px;
    }
  article.section header>h2
  {
    float:left;
  }
  @media (max-width: 768px) {
    .obp{
        object-position: 40% !important;
    }
  }