﻿.CityQuickLink .card div.cityDisplayNamePill {
    position: absolute;
    padding: 10px;
    border-radius: 10px;
    background-color: rgba(0,0,0,0.70);
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    pointer-events: none;
    font-weight:bold;
    color:white;
}

.CityQuickLink .card .cardImage {
    background-position: center center;
    background-size:cover;
    background-repeat:no-repeat;
    width: 100%;
    height: 100%;
}

.CityQuickLink .card {
    border:1px solid black;
    border-radius: calc(0.25rem - 1px);
    box-shadow: 0px 0px 12px 0 rgba(0, 0, 0, 0.18);
}


