/*2/2/20 DiS */
.view-page-casino .content {
    width: 100%;
    height: auto;
    border: 0;
    /* height: 2950px; */
    max-height: none !important;
    overflow: hidden;
    background: var(--c-primary-c);
}
.view-page-casino .content iframe {
    width: 100%;
    height: auto;
    border: 0;
    height: 2950px;
    max-height: 2950px;
}
.view-page-livecasino .content,
.view-page-keno .content,
.view-page-spinandwin .content,
.view-page-jackpot .content,
.view-page-virtuals .content {
    background: var(--c-primary-c);
}
.view-page-virtuals .content iframe {
    width: 100%;
    height: auto;
    border: 0;
    min-height: 1150px;
}
.view-page-keno .content iframe {
    width: 100%;
    height: auto;
    border: 0;
    min-height: 710px;
}
.view-page-spinandwin .content iframe {
    width: 100%;
    height: auto;
    border: 0;
    min-height: 750px;
}
.view-page-jackpot .content iframe {
    width: 100%;
    height: auto;
    border: 0;
    min-height: 1200px;
}