@import "pcg.css";

table.no-spacing {
    border-spacing: 0;
    border-collapse: collapse;
}

img.tile {
    display: block;
    width: 0;
    flex-shrink: 1;
    flex-grow: 1;
    max-width: 160px;
}

.tile-spacer {
    display: block;
    flex-grow: 1;
}

.tile-row {
    display: flex;
    flex-wrap: nowrap;
    flex-direction: row;
    align-items: center;
}

.play-container {
    width: 350px;
    position: relative;
    text-align: center;
    color: white;
    opacity: 100%;
}

.play-text {
    position: absolute;
    white-space: nowrap;
    top: 80%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.play-link:any-link {
    color: white;
    font-size: 55px;
}

.play-link:hover {
    color: yellow;
    font-size: 52px;
}

td.gallery {
    margin: 5px;
    border: 1px solid #ccc;
    float: left;
    width: 220px;
}
  
td.gallery:hover {
    border: 1px solid #777;
}
  
td.gallery img {
    width: 100%;
    height: auto;
}
  
.desc {
    padding: 15px;
    text-align: center;
}
