.myb-services {
     padding: 40px 0 20px;
     -webkit-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.22);
     -moz-box-shadow: inset 1px 1px 1px rgba(0,0,0,0.22);
     box-shadow: inset 1px 1px 1px rgba(0,0,0,0.22);
 }
.myb-services-overlay {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}
.services-container {
    z-index: 2;
    position: relative;
    overflow: hidden;
}
.title-section {
    text-align: center;
    margin-bottom: 20px;
}
.title-section p {
    font-size: 14px;
    margin-bottom: 10px;
    text-align: center;
}
.services-section {
    text-align: center;
    margin-bottom: 20px;
}

.services-section .work-post {
    width: 100%;
    border: 2px solid transparent;
    cursor: move;
}
.services-section .work-post img {
    width: 100%;
    height: 280px;
}
.services-section .work-post .hover-box {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    text-align: center;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    opacity: 0;
    overflow: hidden;
}
.services-section .work-post .hover-box .vertical-align-wrapper {
    display:table;
    width:100%;
    height:100%;
}

.services-section .work-post .hover-box .inner-hover {
    display:table-cell;
    vertical-align: middle;
}
.services-section .work-post .hover-box .inner-hover h2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 18px;
    margin-bottom: 16px;
    text-align: center;
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
    -webkit-transform: translate3d(0, -400%, 0);
    -moz-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}
.services-section .work-post .hover-box .inner-hover p {
    margin: 20px;
    text-align: justify;
    line-height: 20px;
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    -webkit-transform: translate3d(0, -400%, 0);
    -moz-transform: translate3d(0, -400%, 0);
    -o-transform: translate3d(0, -400%, 0);
    transform: translate3d(0, -400%, 0);
}
.services-section .work-post .hover-box .inner-hover a {
    display: inline-block;
    text-decoration: none;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
    width: 40px;
    height: 40px;
    -webkit-border-radius: 50%;
    -moz-border-radius: 50%;
    -o-border-radius: 50%;
    border-radius: 50%;
    text-align: center;
    margin: 0 5px;
    -webkit-transform: translate3d(0, 400%, 0);
    -moz-transform: translate3d(0, 400%, 0);
    -o-transform: translate3d(0, 400%, 0);
    transform: translate3d(0, 400%, 0);
}
.services-section .work-post .hover-box .inner-hover a i {
    font-size: 14px;
    line-height: 40px;
    transition: all 0.2s ease-in-out;
    -moz-transition: all 0.2s ease-in-out;
    -webkit-transition: all 0.2s ease-in-out;
    -o-transition: all 0.2s ease-in-out;
}
.services-section .work-post .hover-box .inner-hover a.link {
    transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -webkit-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
}
.services-section .work-post .hover-box .inner-hover a.zoom {
    transition: all 0.6s ease-in-out;
    -moz-transition: all 0.6s ease-in-out;
    -webkit-transition: all 0.6s ease-in-out;
    -o-transition: all 0.6s ease-in-out;
}
img.mfp-img {
    width: 900px !important;
    height: 700px !important;
}
.services-section .work-post:hover .hover-box {
    opacity: 1;
}
.services-section .work-post:hover .hover-box .inner-hover h2 {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.services-section .work-post:hover .hover-box .inner-hover p {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}
.services-section .work-post:hover .hover-box .inner-hover a {
    -webkit-transform: translate3d(0, 0, 0);
    -moz-transform: translate3d(0, 0, 0);
    -o-transform: translate3d(0, 0, 0);
    transform: translate3d(0, 0, 0);
}