/* Live casino */
.cp-item__overlay {
    position: absolute;
    top: 13%;
    left: 3%;
    width: 35.2% !important;
    height: 74% !important;
    z-index: 2;
    pointer-events: none;
}
/*== Content END ==*/

/* Virtual Game */
.cp-vitem__overlay {
    position: absolute;
    top: 50%;
    left: 3%;
    transform: translateY(-50%);
    width: 50.2% !important;
    z-index: 5;
}

.tile__cell{
    position: relative;
}
.tile__cell .limit {
    position: absolute;
    bottom: 1vw;
    left: 3vw;
    font-size: 2.5vw;
    color: white;
    z-index: 2;
}
.tile_casino__langs img {
    max-width: 4vw;
}

.tile_casino__langs {
    position: absolute;
    top: 0.9vw;
    left: 2.8vw;
    line-height: 1;
    z-index: 3;
}

.tile_casino__langs img:not(:first-child) {
    margin-left: 0.5vw;
}
/*== Content END ==*/

/* tv games start */
.c-tv__item{
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: flex;
    flex-direction: column;
    align-items: flex-start;
    text-decoration: none;
    position: relative;
    z-index: 0;
    padding: 0.9rem;
    height: 42vw;
}
.c-tv__item:before{
    content: '';
    position: absolute;
    width: 100%;
    height: 100%;
    background: linear-gradient(to top, rgba(17,44,70, 0.75), transparent, rgba(17,44,70, 0.75));
    left: 0;
    top: 0;
    z-index:-1;
}
.c-tv__text{
    font-size: 1.13rem;
    color: #fff;
    line-height: 1.4;
    font-weight: bold;
    text-transform: uppercase;
}
.c-tv__img{
    width: auto;
    max-height: 2.5rem;
    max-width: 3.8rem;
}
/* tv games end */