.img-container,.img-container2{
	width:100%;
	height:100%;
	display:flex;
	justify-content:center;
	flex-wrap: wrap;
}
.img-container img{
	max-width:212px;
	max-height:135px;
}
.title-con,.more-con{
	width:100%;
}
.more-con{
	display:flex;
	justify-content:center;
}
#more h4{
	margin-top:135px;
}
.title-center{
	display:flex;
	justify-content:center;
	width:90%;
}
.img-container2 img{
	max-width:250px;
	max-height:250px;
}
.modal-dialog{
	width:60%;
	padding-top:120px;
}
.modal-body{
	display:flex;
	justify-content:center;
}