.roomtable-table {
    grid-auto-rows: 1fr;
}

.roomtable-image {
    width: 100%;
    height: 100%;
    max-height: 400px;
    object-fit: cover;

    @media(min-width: 768px) and (max-width: 1199px) {
        max-height: 600px;
    }

    @media(min-width: 1340px) and (max-width: 1399px) {
        max-height: 600px;
    }
}