.galeria-mj {
    -webkit-column-count: 3;
    -moz-column-count: 3;
    column-count: 3;
    -webkit-column-gap: 15px;
    -moz-column-gap: 15px;
    column-gap: 15px;
}

.galeria-mj-item {
    display: inline-block;
    width: 100%;
    margin: 0 0 7px;
    position: relative;
}

.galeria-mj-item img {
    object-fit: cover;
    aspect-ratio:inherit;
}


.galeria-mj-item.item-1,
.galeria-mj-item.item-1 img {
    aspect-ratio: 427 / 338;
}

.galeria-mj-item.item-2,
.galeria-mj-item.item-2 img {
    aspect-ratio: 427 / 683;
}

.galeria-mj-item.item-3,
.galeria-mj-item.item-3 img {
    aspect-ratio: 427 / 590;
}

.galeria-mj-item.item-4,
.galeria-mj-item.item-4 img {
    aspect-ratio: 427 / 590;
}

.galeria-mj-item.item-5,
.galeria-mj-item.item-5 img {
    aspect-ratio: 427 / 338;
}

.galeria-mj-item.item-6,
.galeria-mj-item.item-6 img {
    aspect-ratio: 427 / 683;
}

.galeria-mj-item.item-7,
.galeria-mj-item.item-7 img  {
    aspect-ratio: 427 / 683;
}

.galeria-mj-item.item-8,
.galeria-mj-item.item-8 img  {
    aspect-ratio: 427 / 338;
}

.galeria-mj-item.item-9,
.galeria-mj-item.item-9 img  {
    aspect-ratio: 427 / 590;
}

.galeria-mj-item .overlay {
    background: rgba(0, 0, 0, .75);
    position: absolute;
    top: 0;
    bottom: 8px;
    left: 0;
    right: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    opacity: 0;
    transition: opacity .3s;
}

.galeria-mj-item:hover .overlay {
    opacity: 1;
}

.galeria-mj-item .overlay h3 {
    font-size: 1.1em;
    color: #ffffff;
    margin: 0 15px !important;
    text-align: center;
}

.galeria-mj-item a {
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
}

.galeria-mj-item.texto-galeria-projetos .texto {
    padding: 30px;
    font-size: 26px;
    font-weight: 300;
    line-height: 1.5em;
    width: 100%;
    aspect-ratio: 427 / 338;
    display: flex;
    align-items: center;
}

.link-hub-projetos {
    text-align: center;
    margin-top: 30px;
}

.link-hub-projetos > a {
    font-size: 1.1em !important;
    font-weight: 400 !important;
}

@media screen and (max-width:1024px) {
    .galeria-mj-item .overlay h3 {
        font-size: 0.9em;
        color: #ffffff;
        margin: 0 15px !important;
        text-align: center;
        line-height: 1.5em;
    }

    .galeria-mj-item.texto-galeria-projetos .texto {
        padding: 15px;
        font-size: 18px;
        font-weight: 300;
        line-height: 1.5em;
        width: 100%;
        aspect-ratio: 427 / 338;
        display: flex;
        align-items: center;
    }    
}

@media screen and (max-width:767px) {
    .galeria-mj {
        -webkit-column-count: 1;
        -moz-column-count: 1;
        column-count: 1;
        -webkit-row-gap: 15px;
        -moz-row-gap: 15px;
        row-gap: 15px;
    }

    .galeria-mj-item,
    .galeria-mj-item img {
        aspect-ratio: 400 / 200 !important;
    }

    .galeria-mj-item.item-1,
    .galeria-mj-item.item-5,
    .galeria-mj-item.item-8 {
        aspect-ratio: 400 / 150 !important;
    }

    .galeria-mj-item.texto-galeria-projetos .texto {
        padding: 15px;
        font-size: 26px;
        font-weight: 300;
        line-height: 1.5em;
        width: 100%;
        aspect-ratio: 400 / 150 !important;
        display: flex;
        align-items: center;
        justify-content: center;
    }    
}