.section_casino .section_container {
    width: 1150px;
    margin: 0 auto;
    padding-top: 40px;
    padding-bottom: 50px;
    min-height: calc(100dvh - 255px);
}

.section_casino .gird_games {
    margin: 0 -10px;
    font-size: 0;
    margin-bottom: 30px;
}

.section_casino .gird_games .item {
    display: inline-block;
    padding: 0 10px;
    margin-bottom: 20px;
    vertical-align: top;
    width: 25%;
}

.section_casino .gird_games .item .item_game-info .name,
.section_casino .gird_games .item .item_game-info .name a {
    color: #21232A;
}

.section_casino .gird_games .item:hover .item_game-info .name,
.section_casino .gird_games .item:hover .item_game-info .name a {
    color: #1A8082;
}

.section_casino .gird_games .item .item_game {
    position: relative;
    overflow: hidden;
}

.section_casino .gird_games .item .item_game-top,
.section_casino .gird_games .item .item_game-bottom {
    z-index: 4;
    position: absolute;
    right: 0;
    left: 0;
    background: rgba(0, 0, 0, .8);
    -webkit-transition: .2s ease-out, opacity .3s ease-out;
    transition: .2s ease-out, opacity .3s ease-out;
    text-align: center;
}

.section_casino .gird_games .item .item_game-top {
    bottom: 35%;
    padding-top: 40%;
    padding-bottom: 5px;
    -webkit-transform: translateY(-100%);
    transform: translateY(-100%);
}

.section_casino .gird_games .item .item_game-bottom {
    top: 65%;
    height: 40%;
    -webkit-transform: translateY(100%);
    transform: translateY(100%);
}

.section_casino .gird_games .item .item_game:hover .item_game-top,
.section_casino .gird_games .item .item_game:hover .item_game-bottom {
    -webkit-transform: translate(0);
    transform: translate(0);
}

.section_casino .gird_games .item .item_game h3 {
    color: #fff;
    text-transform: uppercase;
    font-size: 22px;
    font-weight: bold;
}

.item_game-info {
    display: flex;
    justify-content: space-between;
    align-items: center;
}

.item_game-info .left {
    padding-top: 4px;
    font-size: 16px;
    line-height: 24px;
    white-space: nowrap;
    overflow: hidden;
    text-overflow: ellipsis;
}

.item_game-info .provider {
    font-size: 10px;
    line-height: 10px;
    color: #6D6D6D;
    text-transform: uppercase;
}

.section_casino .gird_games .item .item_game .btn.btn-yellow {
    color: #000;
    background: #f8ce23;
    -webkit-box-shadow: 1px 1px 2px 0 rgba(34, 97, 133, .25);
    box-shadow: 1px 1px 2px 0 rgba(34, 97, 133, .25);
    -webkit-transition: color .2s ease-in-out, background .2s ease-in-out;
    transition: color .2s ease-in-out, background .2s ease-in-out;
    font-size: 16.25px;
    font-weight: 700;
    padding: 5px 20px;
    text-transform: uppercase;
    border-radius: 100px;
}

.section_casino .jackpots-list .jackpots-item {
    flex: 0 0 33.33333%;
    max-width: 33.33333%;
}

.section_casino .jackpots-item .jackpots-thumbs,
.section_casino .jackpots-item .jackpots-content {
    vertical-align: top;
}

.section_casino .jackpots-item .jackpots-content {
    padding-top: 5px;
    display: block;
}

.section_casino .item_game a img,
.section_casino .item_game a video {
    height: 208px;
    background-color: #000;
}

.section_casino .item_game .logo-ncc {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    max-height: 30px;
    max-width: 130px;
}

.section_casino .item_game .label-new,
.section_casino .item_game .label-hot {
    width: 45px;
    height: 45px;
    position: absolute;
    top: 0;
    left: 0;
    animation: none;
}

.section_casino .item_game .label-hot {
    background: url(/assets/img/hot.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.section_casino .item_game .label-new {
    background: url(/assets/img/new.svg);
    background-size: contain;
    background-repeat: no-repeat;
}

.loadMore-wrap {
    text-align: center;
}

.loadMore-wrap a {
    background: #61CCCB;
    font-size: 14px;
    font-weight: 600;
    display: inline-block;
    padding: 12px 12px;
    color: #21232A;
    min-width: 200px;
    line-height: 20px;
    position: relative;
}

.loadMore-wrap a:hover {
    color: #fff;
}

.loadMore-wrap a .lds-ripple {
    position: absolute;
    top: 2px;
    left: 90px;
}

.lds-ripple {
    display: inline-block;
    width: 40px;
    height: 40px;
}

.lds-ripple span {
    position: absolute;
    border: 2px solid #fff;
    opacity: 1;
    border-radius: 50%;
    animation: lds-ripple 1s cubic-bezier(0, 0.2, 0.8, 1) infinite;
}

.lds-ripple span:nth-child(2) {
    animation-delay: -0.5s;
}

@keyframes lds-ripple {
    0% {
        top: 20px;
        left: 20px;
        width: 0;
        height: 0;
        opacity: 1;
    }

    100% {
        top: 0px;
        left: 0px;
        width: 40px;
        height: 40px;
        opacity: 0;
    }
}

.grid_games_container {
    position: relative;
}

.spinner > div {
    background-color: #eeb62a;
}

.not-active {
    pointer-events: none;
    cursor: default;
    text-decoration: none;
    color: black;
}

.logo-provider {
    color: #fff;
    font-size: 12px;
    line-height: 24px;
    text-align: center;
    position: absolute;
    top: 5px;
    right: 5px;
    max-height: 20px;
    max-width: 130px;
    z-index: 5;
}

.is-live .logo-provider {
    right: 60px;
}

.item_game-top .logo-provider {
    position: relative;
    right: unset;
    top: unset;
}

.section_casino .item .label-favorite {
    display: block;
    width: 23px;
    height: 23px;
    z-index: 5;
}

.item_game > div:first-of-type > div:first-of-type {
    z-index: 4 !important;
}

.section_casino .item .label-favorite.liked {
    background: url(/assets/icon/icon-heart-liked.svg) no-repeat 0 0;
}

.section_casino .item .label-favorite:hover {
    -webkit-transition: .2s ease-out, opacity .3s ease-out;
    transition: .2s ease-out, opacity .3s ease-out;
    transform: scale(1.2);
}

.section_casino .item .label-favorite {
    background: url(/assets/icon/game/heart.svg) no-repeat 0 0;
}

.section_casino .item .label-favorite.liked:hover {
    -webkit-transition: .2s ease-out, opacity .3s ease-out;
    transition: .2s ease-out, opacity .3s ease-out;
    transform: scale(1.2);
}

/* game footer */
.gird_games .game-footer {
    position: absolute;
    bottom: 6px;
    left: 0;
    width: 100%;
    display: flex;
    justify-content: space-between;
    align-items: end;
    padding: 0 6px;
    color: #fff;
    font-size: 14px;
    font-weight: 500;
    height: 22px;
    z-index: 4;
}

.gird_games .game-footer .footer-right {
    display: flex;
    flex-direction: column;
    justify-content: center;
    align-items: center;
}



.gird_games .game-footer .footer-right img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.gird_games .provider-info img {
    margin-right: 5px;
    width: 14px;
    height: 14px;
}

.gird_games .provider-info {
    display: flex;
    align-items: center;
    font-size: 14px;
    font-weight: 500;
    color: #FFB700;
    line-height: 14px;
    text-transform: uppercase;
}

.gird_games .viewer-count {
    display: flex;
    align-items: center;
}
.gird_games div[id^="techplay"] video {
    transform: translate(-50%, -40%) scale(1.8) rotate(0deg) !important;
}

.gird_games span.label-live {
    left: auto;
    right: 0;
}

.gird_games #rik_vgmn_112 video {
    transform: translate(-50%, -52%) scale(1.4) rotate(0deg);
}

.gird_games #rik_vgmn_113 video {
    transform: translate(-50%, -55%) scaleX(1.5) scaleY(1.5) rotate(0deg);
}

.gird_games #go_vgmn_111 video {
    transform: translate(-50%, -32%) scale(2.2) rotate(0deg);
}