This isn’t working:
background-size: 160px 100px;
<div class=" wrap"">
</div>
.wrap {
position: relative;
width: 266px;
height: 168px;
cursor: pointer;
margin-top: 8px;
border: 3px solid #0059dd;
box-sizing: border-box;
background:red;
background-size: 160px 100px;
}