@media screen and (max-width:700px) {
    .tp-bgimg.defaultimg {
        height: 100% !important;
    }
    .check-availability:before {
        background-color: #333;
        background-image: none;
        height: 100%;
        top: 0 !important;
    }
    .check-availability {
        padding: 20px 0;
        margin-top: -235px !important;
        width: 118%;
        margin-left: -9%;
        background: rgba(0,0,0,0.7) url(../images/bg_check-avi.png) no-repeat;
        opacity: .85;
    }
    .masonry {
        column-count: 1 !important;
    }
    /* .col-md-12.col-sm-12 .row {
        display: none;
    } */
        
    .ProjectsByRegion {
        padding: 0;
    }

    .ProjectsByRegion ul.ul li a {
        font-size: 12px;
    }

    .ProjectsByRegion  .CardBox .CardBoxContent a p {
        font-size: 14px;
    }
    
}
