.image-gallery {
	margin: 50px 0;
}
.samaj-gallery img {
	height: 100%;
/* 	object-fit: cover; */
	cursor: pointer;
	max-height: 220px;
}
.popup-content img {
      height: 100%;
}
.popup-content-samaj {
	background: #fff;
    padding: 40px;
    position: relative;
    max-width: 52%;
    max-height: 600px;
    overflow-y: auto;
    overflow-x: hidden;
    text-align: center;
    border-radius: 8px;
    box-sizing: border-box;
}
.popup-close {
	position: absolute;
	top: 2px;
	right: 13px;
	font-size: 28px;
	cursor: pointer;
	font-weight: 500;
	color: #000;
}
.popup-overlay {
    position: fixed;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    background: rgba(0,0,0,0.7);
    z-index: 9999;
    display: flex;
    justify-content: center;
    align-items: center;
}
.gallery-popup-title {
	font-weight: 600;
	font-size: 18px;
	padding: 22px 0;
	margin-bottom: 0;
}
.samaj-galery-col img{
	width: 100%;
	height: 200px !important;
	object-fit: cover;
	display: block;
}
@media (max-width: 768px) {
	.popup-content-samaj{
		max-width: 89%;
	}
	.samaj-gallery img{
/* 		max-height: 100%; */
		max-height: none;
		height: auto;
	}
}
@media (max-width: 425px) {
	.popup-content-samaj {
		max-width: fit-content;
		padding: 19px;
		margin: 11px;
		padding-top: 35px;
	}
	.popup-close{
		top: -3px;
		right: 7px;
	}
}