.venue-container{
    /* background-image: url('../assets/images/venue.webp'); */
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;
    /* background-attachment: fixed; */
    position: relative;
}
/* 
.venue-container::after{
    content: "";
    position: absolute;
    left: 0px;
    top: 0px;
    width: 100%;
    height: 100%;
    z-index: 1;
} */

/* @media screen and (max-width: 1600px){
} */