@media (max-width: 920px) {
    .gallery-table-td-img {
        width: 100%;
        max-width: none;
        max-height: none;   
    }
}     
@media (max-width: 768px) {
    table, thead, tbody, th, td, tr { 
        display: block; 
        border: none;
        width: 100%;
        float: left;
    }

    .gallery-table tr {
        border: none !important;
    }

    .gallery-table td {
        width: 100%;
    }

    .has_filters .gallery-table {
        width: 100%;
    }

    td { 
        border: none;
        border-bottom: 1px solid #eee; 
        position: relative;
        padding-left: 50%; 
    }
      
    td:before { 
        position: absolute;
        top: 6px;
        padding-left: 6px;
        width: 45%; 
        padding-right: 10px; 
        white-space: nowrap;
    }

    .gallery-table-td-img {
        width: 50%;
        max-width: none;
        max-height: none;
    }
}

@media (max-width: 500px) {
    .gallery-table-td-img {
        width: 100%;
        max-width: none;
        max-height: none;
    }
}

/**
 * @see https://deventit.atlassian.net/browse/MSMDSD-2492?focusedCommentId=314524
 */
@media screen and (min-width:981px) {
    .gallery-table-td:not(.hover-enabled) > a[href]
    {
        min-height: 170px; /* de afbeelding heeft een maximumhoogte van 170px wat zorg voor verschillende posities van de titel... */
    }
}