body { background: #fff; }
#content { width: 980px; }

.view-grid .panel
{
    min-height: 50px;
    margin-bottom: 10px;
}


.view-grid.no-gutter {
    padding: 0px;
}

.cvdo-photo-gallery-module .row [class*='col-'],
.cvdo-photo-gallery-module .row [class*='col-']
{
  padding-right: 5px !important;
  padding-left: 5px !important;
}

.cvdo-photo-gallery-module.container-fluid {
    padding-left: 5px;
    padding-right: 5px;
}
.cvdo-photo-gallery-module .row {
    margin-left: -5px !important;
    margin-right: -5px !important;
}

.cvdo-photo-gallery-module .panel {
    min-height: 0 !important;
    margin-bottom: 10px !important;
}

.cvdo-photo-gallery-module .toggle-category-dropdown:hover .category-dropdown {
    display: block;
}

.cvdo-photo-gallery-module .category-dropdown li.active a {
    color: #fff !important;
}

.lg-outer .lg-thumb-item img {
    object-fit: fill;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    width: auto;
    height: auto;
    max-width: 100%;
    max-height: 100%;
}

.lg-outer .lg-thumb-outer.lg-grab .lg-thumb-item {
    position: relative;
}
/* Isotope Transitions
------------------------------- */
.isotope,
.isotope .item {
  -webkit-transition-duration: 0.8s;
     -moz-transition-duration: 0.8s;
      -ms-transition-duration: 0.8s;
       -o-transition-duration: 0.8s;
          transition-duration: 0.8s;
}

.isotope {
  -webkit-transition-property: height, width;
     -moz-transition-property: height, width;
      -ms-transition-property: height, width;
       -o-transition-property: height, width;
          transition-property: height, width;
}

.isotope .item {
  -webkit-transition-property: -webkit-transform, opacity;
     -moz-transition-property:    -moz-transform, opacity;
      -ms-transition-property:     -ms-transform, opacity;
       -o-transition-property:         top, left, opacity;
          transition-property:         transform, opacity;
}