.portfolio-photo{margin-top:0;padding-top:100px;}
.portfolio-photo>.container{display:flex;width:100%!important;flex-wrap:wrap;}
.portfolio-photo.showcase-section .showcase{margin:0!important;padding:0 10px 10px;width:calc(25% - 5px)!important;height:initial!important;max-width:initial!important;max-height:initial!important;}
.portfolio-photo.showcase-section .showcase-img{overflow:hidden;max-width:100%;}
.portfolio-photo.showcase-section img{max-width:100%;transition:3s ease;transform:scale(1);}
.portfolio-photo.showcase-section .showcase:hover img{transform:scale(1.2);}
.portfolio-photo.showcase-section .showcase:before{top:20px;right:0;}
.portfolio-photo.showcase-section .showcase:after{bottom:20px;left:0;}





/*媒体查询--------------------------------------------------------------*/
@media(max-width:1024px){
	.portfolio-photo.showcase-section .showcase{width:calc(33% - 5px)!important;}
}
/*----------------------------------------------------------------------*/
@media(max-width:568px){
	.portfolio-photo.showcase-section .showcase{width:calc(50% - 5px)!important;}
}
