.gallery{
	margin: 10px 50px;
}
.gallery img{
	transition: 1s;
	padding: 15px;
	width: 200px;
	background: gray;
}
.gallery img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}
.gallery .more{
	color: grayscale;
	background: #fd5f00;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 8%;
	margin: 0;
	border-radius: 60px;
	letter-spacing: 2px;
}
.gallery .more a{
	color: #fff;
}
.gallery .more a:hover{
	background: #000;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    color: purple;
}

.gallery .more3{
	color: grayscale;
	background: #fd5f00;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 8%;
	margin: 0;
	border-radius: 60px;
	letter-spacing: 2px;
}
.gallery .more3 a{
	color: #fff;
}
.gallery .more3 a:hover{
	background: #000;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    color: purple;
}

.gallery1{
	margin: 10px 50px;
	padding: 80px
}
.gallery1 img{
	transition: 1s;
	padding: 15px;
	width: 200px;
	
}
.gallery1 img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}
.gallery1 .more1{
	color: grayscale;
	background: #fd5f00;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 8%;
	margin: 0;
	border-radius: 60px;
	letter-spacing: 2px;
}
.gallery1 .more1 a{
	color: #fff;
}
.gallery1 .more1 a:hover{
	background: #000;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    color: purple;
}
.gallery2{
	margin: 10px 50px;
	padding: 80px
}
.gallery2 img{
	transition: 1s;
	padding: 15px;
	width: 200px;
	
}
.gallery2 img:hover{
	filter: grayscale(100%);
	transform: scale(1.1);
}
.gallery2 .more3{
	color: grayscale;
	background: #fd5f00;
	font-size: 19px;
	text-align: center;
	font-weight: 700;
	position: absolute;
	left: 8%;
	margin: 0;
	border-radius: 60px;
	letter-spacing: 2px;
}
.gallery2 .more3 a{
	color: #fff;
}
.gallery2 .more3 a:hover{
	background: #000;
    -webkit-transition: .9s;
    -o-transition: .9s;
    transition: .9s;
    color: purple;
}