.gallery_n h2{ font-size:24px; color:#474747; position:relative; text-align:center; padding-bottom:30px; margin-bottom:35px; text-transform:uppercase; font-weight:300;}
.gallery_n h2:after{content:''; display:block; width:32px; border-bottom:3px solid #f1552c; position:absolute; left:0; right:0; margin:auto; bottom:0;}
.gallery_n h2 strong{font-weight:400;}
.gallery_n{padding: 60px 0;}
.gallery_n ul{float: left; width: 100%;}
.gallery_n ul li{float: left; width: 50%; padding: 5px;}
.gallery_n ul li aside{float: left; width: 100%; position: relative}
.gallery_n ul li aside .thumb{float: left; width: 100%; border-radius: 6px; overflow: hidden;}
.gallery_n ul li aside .thumb img{display: block;}
.gallery_n ul li aside a{float: left; width: 100%; position: absolute; left: 0; top: 0px; padding: 40px;  color: #fff; width: 100%; height: 100%;}

.gallery_n ul li aside a h3 {
    font-size: 30px;
    line-height: 33px;
    font-weight: 300; color: #fff; padding: 0 0 20px;
}

.gallery_n ul li aside a span {
    height: 37px;
    padding: 0 20px;
    line-height: 37px;
    text-align: center;
    border-radius: 17px;
    font-size: 11px;
    text-transform: uppercase;
    background: #be3f1d;
    color: #FFF;
    display: inline-block;
}


@media screen and (max-width:740px) {

.gallery_n ul li { width: 100%;  padding:0 5px;}
	.gallery_n ul li aside .thumb img { width: 100%;}
	
}