table {
    width: fit-content;
}

img {
    display: block;
    border-radius: 3em;
    height: fit-content;
    width: calc(min(100%, 510px));
}