/******* Do not edit this file *******
Simple Custom CSS and JS - by Silkypress.com
Saved: Mar 01 2021 | 23:11:01 */
/*----------Custom Divi Gallery----------*/
/* Esconde nombre de la foto en el light box */
.mfp-title {
    display: none;
}

/* 3 Columnas Dedsktop */
.et_pb_gallery_grid .et_pb_gallery_item {
    padding: 3px !important;
    width: 25% !important;
    clear: right !important;
}

/* 2 Columnas Movil */
@media only screen and (max-width: 479px) {
.et_pb_column .et_pb_grid_item:nth-child(n) {
    width: 50% !important;
}
}