.jarallax {
    min-height: inherit;
    height: calc(100vw / 3.65)
}

.jarallax .jarallax-img {
    height: 100%
}

.game-item.maintenance {
    opacity: .2
}

.games-container-title {
    color: #ffde59;
    font-size: 1rem;
    text-align: left
}

#banner_container {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vw / 4.63);
    background-size: contain
}

#banner_container_1 {
    background-image: url('');
    background-repeat: no-repeat;
    background-position: center;
    height: calc(100vw / 3.5);
    background-size: contain
}

.fixed-sn main {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important
}

#loading {
    display: none;
    padding-top: 140px !important
}

#main_overlay {
    position: fixed;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    width: 100vw;
    height: 100vh;
    background-color: rgba(0, 0, 0, .5);
    z-index: 3000;
    will-change: opacity;
    display: none
}

#games_container_overlay, #games_container_1_overlay {
    position: absolute;
    width: 100vw;
    height: 100%;
    min-height: 100vh;
    background-color: rgba(0, 0, 0, .3);
    z-index: 3000;
    will-change: opacity;
    display: none
}

#main_overlay > .preloader-wrapper {
    top: 50vh
}

#games_container_overlay > .preloader-wrapper, #games_container_1_overlay > .preloader-wrapper {
    top: 20vh
}

#current_container_overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    background-color: rgba(0, 0, 0, .5);
    z-index: 997;
    will-change: opacity
}

#current_container_overlay > div {
    top: calc(40%)
}

#current_container {
    display: none;
    height: calc(100vh - 50px);
    text-align: -webkit-center;
    padding-left: 0;
    padding-right: 0;
    margin-top: 0 !important
}

#current_container > div {
    width: 100%;
    height: 100%
}

#current_container_game, #game_object {
    width: calc(100vw - 45px);
    height: 100%
}

#casinoClient {
    width: calc(100vw - 45px);
    height: 100%
}

#current_container_menu {
    background-color: #2a2f34;
    line-height: 1;
    border-bottom: 1px solid grey;
    width: 42px
}

#current_container_menu ul {
    list-style: none;
    padding: 0
}

#current_container_menu ul li {
    border-bottom: 1px solid grey;
    padding: .8rem .6rem;
    cursor: pointer;
    color: #ccc
}

#current_container_menu_fullscreen, #current_container_menu_categories {
    font-size: 20px
}

#current_container_menu_refresh, #current_container_menu_popup {
    font-size: 20px
}

.games-container {
    padding-top: 0 !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
    text-align: center;
    min-height: 20vh
}

.games-container img {
    min-width: 120px;
    min-height: 100px;
    width: 100%;
    border-radius: 5% !important
}

.banner-container img {
    width: 100vw
}

.view {
    padding-left: .2rem !important;
    padding-right: .2rem !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
}
@media(max-width: 576px){
    .view{
        max-width: 32.333333%;
    }
}

.zoom:hover img {
    transform: scale(1.2);
    opacity: .5 !important;
    background-color: #fff !important
}

.preloader-wrapper .spinner-green, .preloader-wrapper .spinner-green-only {
    border-color: #ff7777 !important
}

.overlay .mask p i {
    font-size: 60px !important;
    color: #ff7777 !important
}

.footer-name {
    position: absolute;
    font-family: Roboto Condensed;
    font-size: 12px;
    font-weight: 100;
    text-transform: uppercase;
    right: 3px;
    left: 3px;
    bottom: 7px;
    padding: 0 9px;
    text-align: left;
    color: #fffefe;
    background: hsla(0, 0%, 9%, .7);
    display: none
}

.zoom:hover .footer-name {
    display: none;
    right: 3px;
    left: 3px
}

@media (min-width: 992px) {
    .games-container-title {
        font-size: 1.8rem
    }
}
