- Call +91 9372032805
- Write info@3dpower.in
.image-container {
position: relative;
}
.image-container img {
display: block;
}
.image-container .overlay {
position: absolute;
top: 0;
left: 0;
width: 100%;
height: 100%;
background: url('path-to-transparent-overlay.png');
pointer-events: none;
}
!-- gallery-item end-->