div.wrapper {
  position: relative;
 background-size:cover;
  border: 0px solid #73AD21;
} 

div.dp_field_title {
  position: absolute;
  top: 18%;
  right: 2%;
  
  height: 75%;
  border:0px solid red;
}

div.image {
  position: absolute;
  bottom: 2%;
background-size: contain;
  left: 10%;
  background-repeat: no-repeat;
  height: 80%;
  border: 0px solid blue;
  
  background-size: contain;
}
div.bestseller {
  position: absolute;
  top: 2%;
  right: 3%;
  color:yellow;
  text-align:right;
  font-size:14px;
  height: 12%;
  border: 0px solid pink;
}