#pw-homepage-slides {
  position: relative;
}
.pw-class-more-info {
  margin-bottom: 10px;
  text-align: center;
}
.pw-btn {
  text-align: center;
  margin-top: 50px;
}
.pw-homepage-slide-text {
    position: relative;
    background: #2b4a66;
    width: 100%;
    color: white;
    padding: 25px;
    font-size: 2rem;
    text-align: left;
}
.pw-wine-info {
  max-width: 800px;
  margin-left: auto;
  margin-right: auto;
  margin-bottom: 75px;
}
.pw-homepage-slide-btn {
  margin-left: 75%;
  margin-top: -500px;
  width: 200px;
  padding-top: 20px;
  padding-right: 20px;
  padding: 20px;
  border: 2px solid #e94520 !important;
  font-size: 1.4rem;
  font-weight: 600;
  background-color: #ef6a4d !important;
}
.pw-homepage-slide-btn:hover {
  margin-left: 75%;
  margin-top: -500px;
  width: 200px;
  padding-top: 20px;
  padding-right: 20px;
  padding: 20px;
  border: none;
  background-color: #ef6a4d !important;
  color: #cfb058;
}
  #epc-homepage-slides .flex-control-nav {
    display: block !important;
    color: black;
    position: relative !important;
  }
/* Force the slider container to span full width */
.flexslider {
    width: 100% !important;
    max-width: 100% !important;
    margin: 0;
    padding: 0;
}

/* Force the slider images to expand and scale proportionally */
#epc-homepage-slides .slides img {
    width: 100% !important;
    max-width: 100% !important;
    display: block;
     height: 600px; /* Adjust this value to your preferred max height */
    object-fit: cover;
}
#epc-homepage-slides {
    background: white;
}