.gaiflex{
			display: flex;
			justify-content: space-between;
			flex-wrap: wrap;
		}
		.gaizmh{
			position: relative;
			font-size: 0;
			width: 49%;
			overflow: hidden;
		}
		.gaizz{
			position: absolute;
			top: 0;
			left: 0;
			width: 100%;
			height: 100%;
			background: rgba(0,0,0,.5);
			opacity: 0;
			transition: all .5s;
		}
		.gaizmthov:hover .gaizz{
			opacity: 1;
		}
		.gaizmthov:hover>img{
			transform: scale(1.1);
		}
		.gaizzcon{
			position: absolute;
			top: 50%;
			left: 50%;
			transform: translate(-50%,-50%);
		}
		.gaizzcon>div{
			text-align: center;
		}
		.gaizzcon1{
		    font-family: "gynen";
			font-size: 24px;
			color: #fff;
			font-weight: 700;
		}
		.gaizzcon3{
			font-size: 16px;
			color: #eee;
		}
		.gaizzcon2{
			width: 50px;
			height: 1px;
			background-color: #eee;
			margin: 20px auto 8px auto;
			
		}
		.gaizmh2{
			width: 48%;
		}
		.gaizmh>img{
			width: 100%;
			min-height: 100%;
			transition: all 2s;
		}
		.gaizmb{
			margin-top: 30px;
		}
		 @media only screen and (max-width: 750px){
			 .gaizmh{
				  /*width: 100% !important; */
			 }
			 .gaizmh>img{
			width: 100%;
			min-height: auto;
			transition: all 2s;
		}
			 .mgb10{
				 margin-bottom: 10px;
			 }
			 .gaizmb{
				 margin: 0;
			 }
		 }
