.secret-img-container {
  width: 250px;
  height: 100px;
  position: relative;
  border: 5px solid red;
  background-color: white;
}

.secret-img {
  position: absolute;
  background-image: url("./white.png");
  background-size: cover;
  width: 100%;
  height: 100%;
}
