﻿
figure {
    box-shadow: none;
}

@media (min-width: 768px) {
    .existence-d {
        width: 100%;
        height: 240px;
    }

    .img-responsive {
        width: 95%;
        height: 100%;
    }

    .new-div-op {
        width: 1170px;
        height: 270px;
    }

        .new-div-op > div:nth-child(2) {
            position: relative;
            right: -35px;
        }
}

@media (max-width: 768px) {
    .new-div-op:nth-child(1) > div:nth-child(1), .new-div-op:nth-child(3) > div:nth-child(1), .new-div-op:nth-child(5) > div:nth-child(1), .new-div-op:nth-child(7) > div:nth-child(1) {
        position: relative;
        bottom: -195px;
    }

    .new-div-op:nth-child(1) > div:nth-child(2), .new-div-op:nth-child(3) > div:nth-child(2), .new-div-op:nth-child(5) > div:nth-child(2), .new-div-op:nth-child(7) > div:nth-child(2) {
        position: relative;
        top: -185px;
    }

    .new-div-op:nth-child(2) > div:nth-child(2), .new-div-op:nth-child(4) > div:nth-child(2), .new-div-op:nth-child(6) > div:nth-child(2) {
        position: relative;
        top: -50px;
    }
}

@media screen and (max-width: 767px) {
    .pages {
        Padding: 0px 15px 40px;
    }

    .global-page-header h2 {
        font-size: 5vw;
        font-weight: bold;
        color: #fff;
        text-transform: uppercase;
    }

    .breadcrumb > li {
        font-size: 4vw;
    }

    .works  {
        padding: 80px 0;
        background: #FCFCFC;
    }

    .subtitle {
        padding-left: 15px;
    }

    .subtitle-des {
        padding-left: 15px;
    }
    .padsw {
        padding-left: 15px;
        padding-right: 15px;
        padding-bottom:20px;
    }
    .overlay {
        display:none;
    }

}
