@media screen and (max-width: 1170px) {
    .project-details {
        overflow: hidden;
    }
    .nav-dots {
        bottom: 20px;
        left: 20px;
        z-index: 100
    }
    .nav-dots span {
        background: #fff
    }
    .nav-dots .cycle-pager-active {
        background: #000;
        border: 1px solid #fff;
    }
}

@media screen and (min-width: 767px) and (max-width: 1119px) {
    .project-slider.img-only img,
    .project-slider .slide {
        height: calc((100vw - 220px) / 16 * 9);
    }
}

@media screen and (max-width: 767px) {
    .project-slider.img-only img,
    .project-slider .slide {
        height: calc((100vw - 40px) / 16 * 9) !important;
    }
}

@media screen and (max-width: 992px) {
    [class*="col-"] {
        padding-left: 20px;
        padding-right: 20px
    }
    [class*="row"] {
        margin-left: -20px;
        margin-right: -20px
    }
}

@media screen and (max-width: 767px) {
    .page-container{
        padding-top: 80px;
    }
    .page-header{
        position: fixed;
        background: #fff;
        left: 0;
        right: 0;
        top: 0;
        z-index: 1002;
        padding: 0 20px;
    }
    .hamburger {
        display: block
    }
    .nav1 {
        background: #fff;
        bottom: 0;
        display: none;
        float: none;
        line-height: 7em;
        max-height: 100%;
        overflow: auto;
        overflow-y: auto;
        position: fixed;
        right: 0;
        text-align: center;
        top: 0;
        width: 100%;
        z-index: 1005;
    }
    .nav1 ul {
        position: absolute;
        text-align: center;
        top: 50%;
        transform: translateY(-50%);
        width: 100%;
    }
    .nav1 li {
        display: block;
        margin: 0
    }
    .nav1 a {
        display: block;
        font-size: 40px;
        white-space: nowrap;
    }
    .page-columns {
        padding: 20px 0;
    }
    .flex-row {
        display: block;
    }
    .project-list-item {
        padding-bottom: 20px;
    }
    .project-details {
        display: block;
    }
    .project-slider .slide {
        /*background-size: cover !important;*/
        background-position: left center !important;
        height: 300px;
    }
    .nav-dots {
        bottom: auto;
        bottom: auto;
        left: auto;
        margin: 20px 0;
        position: relative;
    }
    .nav-dots span {
        background: #000;
    }
    .nav-dots .cycle-pager-active {
        background: #fff;
        border: 1px solid #000;
    }
    .btn-left,
    .btn-right {
        display: none;
    }
    .project-info-list {
        max-width: inherit;
    }
}