@media ( min-width:768px ) {
  .ip-content-outer {
    background:url(../images/ip-bg.webp) 100% -100px no-repeat;
    background-size:cover;
    background-attachment:fixed;
    background-position: left top;
  } 
  .ip-atf .ipatf-detail:before {
    content: '';
    position: absolute;
    left: 30px;
    top: 0;
    width: 32px;
    height: 26px;
    background: url(../images/ip-atf-quote.png) left top no-repeat;
    background-size: contain;
  }

}