* {
  margin: 0;
}

.section {
  display: flex;
  height: 100vh;
  justify-content: center;
  align-items: center;
  background-color: hsla(0, 0%, 11.33%, 1);
}

.box {
  width: 80%;
  height: 80%;
  justify-content: center;
  align-items: center;
  /*   background-color: hsla(0, 0.00%, 76.67%, 1.00); */
  background-image: url(https://fastly.picsum.photos/id/260/1200/800.jpg?hmac=q2rsZOafWoE4aUCkLAyghUIy7gl1ky5OxAV0EPwes3g);
  background-position: 50%;
  background-size: cover;
}

.overlay {
  width: 100%;
  height: 100%;
  /*   background-color: hsla(105, 83.67%, 21.41%, 1.00); */
  background-image: url(https://assets.codepen.io/32887/tropical-beach-color.jpg);
  background-position: 50%;
  background-size: cover;
  clip-path: polygon(0% 0%, 0% 0%, 0% 100%, 0% 100%);
}

/* x values 
0%
14.2857%
28.5714%
42.8571%
57.1429%
71.4286%
85.7143%
100%
*/
