.cd-gallery img {
    display: inline !important;
    position: relative;
    float:left;
    height:100%;
    object-fit:cover;
}

.top-bar {
    max-width: 1400px;
    }


.cd-tab-filter-wrapper {
    max-width: 1400px;
    }

.cd-gallery li {
    margin-bottom: 1em !important;
}

.title {
    font-size: 15px !important;
}

.row {
    max-width: 1400px !important;
    }
@media only screen and (min-width: 1170px) {
.cd-gallery li {
    width: 33.33% !important;
    }
    }

@media only screen and (min-width: 768px) {
.cd-gallery li .featured-image, .related .article-header > div {
    height: 260px !important;
    }
    }

.secondary_menu {
    margin-left: auto !important;
    margin-right: auto;
    max-width: 1370px;
    }

#portfolio {
    padding-top: 20px !important;
    }

#content #inner-content {
    max-width: 1400px !important;
    padding-top: 20px !important;
    }

@media only screen and (max-width: 1600px) {
  .row {
    max-width: 100% !important;
    }
    }

@media only screen and (max-width: 1183px) {
  .row {
    max-width: 100% !important;
    margin: 0 !important;
    }
    }


@media only screen and (max-width: 1600px) {
  #content #inner-content {
    max-width: 100% !important;
    margin: 0 6% !important;
    }

@media only screen and (max-width: 1183px) {
  #content #inner-content  {
    max-width: 100% !important;
    }
.cd-gallery li {
    width: 50% !important;
    }
    }

@media only screen and (max-width: 600px) {
  #content #inner-content  {
    max-width: 100% !important;
    }
.cd-gallery li {
    width: 100% !important;
    }
    }