@charset "utf-8";

img {
  width: 100%;
}
.ripple1 {
  width: 100%;
  height: 100vh;
  background: url(../img/woman-ad271030664.jpg);
  background-size: cover;
  /* filter: grayscale(100%); */
  /* transition: all 0.8s ease-in-out; */
}
.ripple1:hover {
  /* filter: grayscale(0%); */
}
