.md-works-head {
	background-repeat: no-repeat;
	background-size: cover;
	background-position: center;
	height: 450px;
	position: relative;
}
@media (max-width: 768px){
	.md-works-head {
		height: 150px;
	}
}
.md-works-head:before {
	content: "";
	display: block;
	position: absolute;
	left: 0;
	top: 0;
	width: 100%;
	height: 100%;
	background: rgba(0,0,0,.5);
}
.md-works-head .md-works-head-inner {
	position: absolute;
	z-index: 1;
	text-align: center;
	top: 50%;
	width: 100%;
	margin-top: -21px;
}
.md-works-head .md-works-head-inner h1 {
	color: #fff;
	font-weight: 600;
	position: relative;
}
@media (max-width: 768px){
	.md-works-head .md-works-head-inner h1 {
		font-size: 18px;
	}
}
.md-works-head .md-works-head-inner h1:after {
	position: absolute;
    content: "";
    width: 60px;
    height: 5px;
    background: #fff;
    left: 50%;
    bottom: -20px;
    margin-left: -30px;
}
.md-works-content {
	padding-top: 40px;
	padding-bottom: 40px;
}
.md-works .item .image {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.md-works .item:hover .image {
    opacity: 0.7;
}
.md-works .item .content {
    padding: 10px 0;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
}
.md-works .item .content p {
    font-size: 14px;
    line-height: 27px;
}
.md-works .item .content a {
	-webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    text-decoration: none;
}
