/* .item-img img{
    border-radius: 36px;
}
.portfolio .max-margin .items{
    padding: 0px 20px;
}
.work-header{
    background-color: #ea8a68;;
}
.main-marq{
    overflow: hidden;
}
.bg-img .container {
    position: relative;
    z-index: 1; 
} */
.valign::before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background-color: rgba(0, 0, 0, 0.5); /* Adjust the opacity (last value) as needed */
    z-index: 1; /* Ensure it's above the image */
  }