
.single-project-style3 {
	position: relative;
	display: flex;
	align-items: center;
	justify-content: center;
	width: 300px; /* Set your desired fixed width */
	height: 200px; /* Set your desired fixed height */
	overflow: hidden;
	transition: 1s;
	border-radius: 10px;
}
.single-project-style3:hover {
	transform: scale(1.05);
}

.single-project-style3 .overlay-content-box {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	height: 100%;
}

.lightbox-image {
	width: 100%;
	height: 100%;
}

.lightbox-image p {
	width: 100%;
	background: transparent;
	height: 100%;
}

.single-project-style3 {
	width: 100%;
	height: auto;
}
.single-project-style3 .inner {
	width: 100%;
	height: 100%;
	position: relative;
	overflow: hidden;
}

.single-project-style3 .inner img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: center;
}
