/* Projetos gallery
- Changing the size of the images on the Projetos page may not work and can cause the carousel function to break
------------------------*/
#page_content_wrapper .inner .sidebar_content.full_width .tg_horizontal_gallery_cell {
    position: relative;
    width: 310px !important;
    max-width: 310px !important;
    height: 413px !important;
}

#page_content_wrapper .inner .sidebar_content.full_width .tg_horizontal_gallery_cell img {
    width: 100% !important;
    height: 100% !important;
    object-fit: cover !important;
}

@media only screen and (max-width: 767px) {
    #page_content_wrapper .inner .sidebar_content.full_width .tg_horizontal_gallery_cell img {
        max-height: 413px !important;
    }
}