.wall_category {
    display: flex;
    flex-wrap: wrap;
    clear: both;
    justify-content: space-between;
}

.grid-item {
    width: 25% !important;
    display: flex;
    flex-wrap: wrap;
    padding: 5px;
    margin-bottom: 0;
}

.grid-item--width2 {
    width: 50% !important;
}

.owl-carousel.owl-drag .owl-item {
    overflow: hidden;
}
@media (max-width: 768px){
    .grid-item{width: 50%!important;}
    .grid-item--width2{width:100%!important;}
}
/*.bl9 #owl-demo1 {*/
/*    overflow: visible;*/
/*}*/

/*.bl9 #owl-demo1 .owl-prev {*/
/*    left: -25px;*/
/*}*/

/*.bl9 #owl-demo1 .owl-next {*/
/*    right: -25px;*/
/*}*/

/*.bl9 #owl-demo1 .owl-next, .bl9 #owl-demo1 .owl-prev {*/
/*    height: 40px;*/
/*    width: 40px;*/
/*    font-size: 20px;*/
/*    line-height: 44px;*/
/*}*/

/*.bl1 h1 a {*/
/*    color: #000;*/
/*    text-decoration: none;*/
/*}*/

.slick-item img {
    width: 100%;
}

.mfp-wrap {
    z-index: 99999 !important;
}

.modal-project-box {
    /*height: auto;*/
    /*max-height: 80%;*/
    padding: 45px 20px 20px;
    margin: 20px;
}

.slick-list {
    max-height: 100%
}

.slider_project {
    width: 100% !important;
    height: auto;
}

.slider_project img {
    max-width: 100% !important;
    max-height: 100% !important;
    height: auto !important;
}

.modal-project-box {
    width: 95%;
    height: auto;
}

.slick-active {
    opacity: 1 !important;
}

.modal-project-box .modal_content .project_description,
.modal-project-box .modal_content .project_review {
    float: none;
}

.modal-project-box .modal_content {
    height: auto;
}

.modal-project-box .modal_content {
    display: flex;
    flex-wrap: wrap;
    align-items: flex-start;
}