.divimage.medallion {
    background-color: black;
    width: 12vw;
    height: 12vw;
    border-radius: 10000rem;
    background-size: cover;
    box-shadow: 0 0 2px;
}

.divimage.overlayicon {
    width: 100px;
    height: 200px;
}

.halver {
    background: rgba(0, 0, 0, 0.2);
}

img.bannerlogo {
    height: calc(100vw * 0.15);
    max-width: 800px;
    max-height: calc(800px * 0.15);
    width: auto !Important;
}

.unavail {
    color: gray !important;
}
