img {
width: 300px; /* set desired width */
height: auto; /* maintains aspect ratio */
}
/* Custom style to reduce height of the parallax background */
.s_cover {
height: auto; /* Set to auto or adjust to your needs */
}
.s_parallax_bg {
height: 300px; /* Change this value to reduce the height */
background-size: cover; /* Ensure the background image covers the area */
background-position: center; /* Center the background image */
}