.demoslot .game-image {
    width: 100%;
    height: auto;
    max-height: 350px;
    object-fit:fill;
    border-radius: 15px;
    box-shadow: 0px 4px 6px rgba(0, 0, 0, 0.1);
    max-width: 100%;
}
.demoslot .game-card p{
    color: white;
}
#demopane{
    display: none;
}
.showBigiframe{
    display: block !important;
    position: fixed; top: 50%; left: 50%; transform: translate(-50%, -50%);width: 100%; height: 100%; border: none; z-index: 9998;
}
.close-button {
    display: none;
    background-color: red;
    border: 1px solid transparent;
    border-radius: 0;
    box-sizing: border-box;
    color: #fff;
    cursor: pointer;
    div-size: .97em;
    div-weight: bolder;
    letter-spacing: .03em;
    line-height: 2.4em;
    margin-right: 1em;
    max-width: 100%;
    min-height: 2.5em;
    padding: 0 1.2em;
    position: relative;
    text-align: center;
    text-decoration: none;
    text-rendering: optimizeLegibility;
    text-shadow: none;
    text-transform: uppercase;
    transition: transform .3s, border .3s, background .3s, box-shadow .3s, opacity .3s, color .3s;
    vertical-align: middle;
    font-family: 'Prompt';
}