#GameWrapper {
    height: 100%;
    width: 100%;
}

.HacksawCasinoGameContainer canvas {
    background: #000000;
}

.GameInfoWindow .GameInfo .FeatureImage img {
    max-height: 150px;
}

.GameInfoWindow .GameInfo .FeatureImageBigger {
    align-items: center;
    display: flex;
    flex-grow: 1;
    justify-content: center;
    margin: 1rem auto;
    max-width: clamp(300px, 60%, 500px); /* bigger range */
    min-width: 180px;
    text-align: center;
    width: auto;
}

.GameInfoWindow .GameInfo .FeatureImageBigger img {
    height: 350px;
}