body {
  margin: 0;
}

img {
  display: block;
  height: auto;
  width: 100%;
}

.container {
  align-items: center;
  display: flex;
  height: 100vh;
  justify-content: center;
}

.ratio-box {
  width: 60vw;
}

.content img {
  clip-path: ellipse(15% 45%);
}