.bespokenav { text-align: center; display: flex; margin-left: auto; margin-right: auto; justify-content: space-around; }
.bespokenavbg { background-color: #545454; padding-top: 5px; padding-bottom: 5px; }
.bespokenav a:link { color: white; }
.bespokenav a:visited { color: white; }
.bespokenav a:hover { color: white; }
.bespokenav a:active { color: white; }

.imageholder img {opacity: 0.5 }
.imageholder img:hover {opacity: 1.0 }

.imageholder {
    line-height: 0;
    -webkit-column-count: 2;
    -webkit-column-gap: 0px;
    -moz-column-count: 2;
    -moz-column-gap: 0px;
    column-count:2;
    column-gap: 4px;
    row-gap: 4px;
}

.imageholder img {
    width: 100% !important;
    height: auto !important;
}

.amb-tile {
    background-size: cover;
}

.amb-tile a {
    height: 300px;
    display: block;
}

.over-title {
    text-align: left;
    height: 0px;
}

