Tea: An interactive story
.parallax-container {
height: 500px; /* Set the height of the container as desired */
overflow: hidden;
}
.parallax-img {
height: 100%; /* Set the height of the images as 100% to cover the container */
background-size: cover;
background-position: center;
}
/* Add any additional styles as needed */