.myb-images-overlay {
    top: 0;
    left: 0;
    z-index: 1;
    position: absolute;
    width: 100%;
    height: 100%;
}
.images-container {
    z-index: 2;
    position: relative;
    overflow: hidden;
}

.images-section {
    text-align: center;
}
.images-section p {
    font-size: 16px;
    line-height: 26px;
    text-align: center;
    margin-bottom: 20px;
}
.images-section h2 {
    font-size: 18px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 18px;
    text-align: center;
}

.images-section .work-post {
    width: 100%;
    border: 2px solid transparent;
    cursor: move;
}
.images-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;
}
.images-section .work-post .hover-box .inner-hover {
    display:table-cell;
    vertical-align: middle;
}
.images-section .work-post .hover-box .vertical-align-wrapper{
    display:table;
    width:100%;
    height:100%;
}
.images-section .work-post .hover-box .inner-hover h2 {
    font-size: 16px;
    font-family: 'Open Sans', sans-serif;
    font-weight: 400;
    margin: 0 0 18px;
    margin-bottom: 15px;
    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);
}
.images-section .work-post .hover-box .inner-hover p {
    margin-bottom: 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);
}
.images-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);
}
.images-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;
}
.images-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;
}
.images-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;
}
.images-section .work-post:hover .hover-box {
    opacity: 1;
}
.images-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);
}
.images-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);
}
.images-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);
}

@media (max-width: 991px) {
    .background-style {
        background-image: none !important;
    }

}



.myb-images .owl-theme .owl-buttons div.owl-prev {
    left: 0;
    width: 40px;
    height: 40px;
    display: table;
}

.myb-images .owl-theme .owl-buttons div.owl-next {
    right: 0;
    width: 40px;
    height: 40px;
    display: table;
}

.myb-images .owl-theme .owl-buttons div.owl-prev i {
    display: table-cell;
    vertical-align: middle;
}

.myb-images .owl-theme .owl-buttons div.owl-next i {
    display: table-cell;
    vertical-align: middle;
}

.myb-images{
    margin-bottom:10px;
}

