.headersliderbackground-portfolio {
	background-image: url(img/machining-features-header.jpg);
	background-color: rgba(0, 0, 0, 0.7);
	background-blend-mode: overlay;
	background-repeat: no-repeat;
	background-size: cover;
	height: 50vh;
	width: 100%;
	display: table;
	align-items: center;
	background-position: top;
}

.services-title-portfolio {
    text-transform: uppercase;
    font-weight: 600;
    display: table-cell;
    width: 45%;
    text-align: left;
    line-height: 28px;
    padding-left: 50px;
    height: 28px;
    vertical-align: top;
}

.services-title-portfolio:before {
    content: '';
    background-image: url(img/service-title-sign.png);
    width: 29px;
    height: 28px;
    background-size: contain;
    position: absolute;
    display: table-cell;
    vertical-align: middle;
    margin-left: -40px;
}
div#gallery-2 > figure > div > a > img {
    display: table-cell;
    width: auto;
    height: 200px;
    padding: 0;
    margin: 0;
    left: -100px;
    float: left;
    position: absolute;
    text-align: center;
    border: 0;
}
div#gallery-2 > figure > div {
    display: block;
    width: 90%;
    padding: 0 5px;
    margin: 0px auto;
    float: none;
    overflow: hidden;
    text-align: center;
    height: 180px;
    border: 4px solid #fff;
    position: relative;
    text-align: center;
}

div#gallery-2 {
    /*float: left;*/
    text-align: left;
}
@media (max-width: 960px) {
    .services-container {
    display: table;
    width: 100%;
    margin: 0 auto;
}

}