#sertc {
	background: #f5f5f5;
}
.padding {
	width: 100%;
	height: 80px;
	display: flex;
	justify-content: center;
	align-items: center;
}
#sertc1, #sertc2 {
	position: relative;
}
.zoomIn {
	position: absolute;
	display: inline-block;
	top: 20px;
	cursor: zoom-in;
	z-index: 9;
}
#sertimg1 {
	width: 28%;
	left: 5%;
}
#sertimg2 {
	width: 34%;
	left: 32%;
	top: 0px;
	z-index: 10;
}
#sertimg3 {
	width: 28%;
	left: 66%;
}
.zoomIn img {
	width: 100%;
	box-shadow: 0px 8px 20px 3px rgba(0,0,0,0.6);
	-webkit-transform: scale(1);
  	transform: scale(1);
 	-webkit-transition: .3s ease-in-out;
	transition: .3s ease-in-out;
}
.zoomIn:hover img {
	-webkit-transform: scale(1.1);
	transform: scale(1.1);
}
.lb-image {
	width: auto !important;
	height: auto !important;
	max-width: 50vw !important;
}
.lb-outerContainer {
	width: 50% !important;
	height: auto !important;
}
.lb-close {
	margin-right: 35px;
	margin-top: 20px;
	background-size: contain !important;
}

.lightboxOverlay {
	background-color: white;
}

#sert2img1 {
	width: 11%;
	left: 2%;
	bottom: 9px;
	top: auto;
}
#sert2img2 {
	width: 13%;
	left: 13%;
	z-index: 10;
	bottom: 6px;
	top: auto;
}
#sert2img3 {
	width: 15%;
	left: 26%;
	z-index: 11;
	bottom: 3px;
	top: auto;
}
#sert2img4 {
	width: 18%;
	left: 41%;
	z-index: 12;
	bottom: 0px;
	top: auto;
}
#sert2img5 {
	width: 15%;
	left: 59%;
	z-index: 11;
	bottom: 3px;
	top: auto;
}
#sert2img6 {
	width: 13%;
	left: 74%;
	z-index: 10;
	bottom: 6px;
	top: auto;
}
#sert2img7 {
	width: 11%;
	left: 87%;
	z-index: 10;
	bottom: 9px;
	top: auto;
}
@media (max-width:500px){
.lb-outerContainer {
	width: 95% !important;
	height: auto !important;
}
.lb-image {
	max-width: 95vw !important;
}
}