<html>
  <head>
    <style>
      .wrapper {
        width: 300px;
        height: 300px;
        border: 5px solid #515151;
      }
      .exmp2 {
        background-position: -40px 0px;
        background-size: cover;
      }
    </style>
  </head>
  <body>
    <div class="wrapper exmp2"></div>
  </body>
</html>