table.gallerytable {
display: block;
border-radius: var( --border-radius--small );
border-spacing: 0;
}
.gallerytable a.image {
margin-right: 4px;
border-radius: var( --border-radius--small );
max-width: none;
}
.gallerytable .image:hover img {
transform: scale(1.1);
}