<!DOCTYPE html>
<html>

<head>
<style>
</style>
</head>
<body>

.container {
  width: 70px;
  height: 90px;
}

.container >img {
  position:absolute;
  top:20px;
  right:20px;
}

</body>

</html>