
#footer-info + #footer-info { display: none; }
/* Set the image widths */
.et_pb_gallery_grid .et_pb_gallery_item {
width: 25% !important;
}
.dbdb_divi_2_4_up .et_pb_gallery_grid .et_pb_gallery_item {
margin-right: 0 !important;
}
.et_pb_gallery_grid .column_width,
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.portrait img,
.et_pb_gallery_grid .et_pb_gallery_title {
width: 270px !important;
max-width: 100% !important;
}

/* Justify images in item area - to make images take up full width */
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+1) .et_pb_gallery_image,
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+1) .et_pb_gallery_title {
    margin-left: calc( 0 * ( 100% - 270px ) ) !important;
    margin-right: auto !important;
    }
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+2) .et_pb_gallery_image,
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+2) .et_pb_gallery_title {
    margin-left: calc( 0.33333333333333 * ( 100% - 270px ) ) !important;
    margin-right: auto !important;
    }
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+3) .et_pb_gallery_image,
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+3) .et_pb_gallery_title {
    margin-left: calc( 0.66666666666667 * ( 100% - 270px ) ) !important;
    margin-right: auto !important;
    }
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+4) .et_pb_gallery_image,
    .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+4) .et_pb_gallery_title {
    margin-left: calc( 1 * ( 100% - 270px ) ) !important;
    margin-right: auto !important;
    }

/* Set the image heights */
.et_pb_gallery_grid .et_pb_gallery_image,
.et_pb_gallery_grid .et_pb_gallery_image.landscape img {
height: 451px !important;
}
.et_pb_gallery_grid .et_pb_gallery_image img {
min-height: 451px;
}

/* Set the spacing between images */
.et_pb_gallery_grid .gutter_width {
width: calc( ( 100% - 1080px ) / 3 ) !important;
}
.et_pb_gallery_grid .et_pb_gallery_item {
margin-bottom: calc( ( 100% - 1080px ) / 3 ) !important;
}

.dbdb_divi_2_4_up .et_pb_gallery_grid .et_pb_gallery_item {
clear:none !important;
}
.dbdb_divi_2_4_up .et_pb_gallery_grid .et_pb_gallery_item:nth-child(4n+1) {
clear:both !important;
}

.dbdb_divi_2_4_up .et_pb_gallery_grid .et_pb_gallery_image img {
min-height: 0 !important;
}
.dbdb_divi_2_4_up .et_pb_gallery_grid .et_pb_gallery_image,
.dbdb_divi_2_4_up .et_pb_gallery_grid .et_pb_gallery_image.landscape img
{
height: auto !important;
}
#slb_viewer_slb_default { z-index: 100000 !important; }
