.game_item{
    overflow: hidden;
}
.top1{
    overflow: hidden;
    box-sizing: border-box;
    padding: 15px 13px;
}
.full-list{
    width: 100%;
    float: left;
}
.search-title{
    color: #FAC609;
    font-size: 30px;
}
.home{
    text-transform: uppercase;
    font-size: 14px;
    font-weight: 600;
    letter-spacing: 1px;
}
.mini-title{
    color: #FAC609;
    text-transform: capitalize;
    font-weight: 600;    
}
.mini-title:before{
    content: ">";
    margin: 0 6px;
    color: #FAC609;
    font-size: 14px;
    font-weight: 700;
}

.games{
    height: 110px;
    padding: 2px;
    overflow: hidden;
}
.inside-games{
    height: 100%;
    background: #17064B;
    padding: 2px;
    box-sizing: border-box;
    position: relative;
    overflow: hidden;
}
.inside-games img{
    width: 100%;
}
.on-game{
    position: relative;
    overflow: hidden;    
    z-index: 5;
}
.facemask{
    visibility: hidden;
    position: absolute;
    width: 100%;
    height: 100%;
    left: 0;
    bottom: -100%;
    background-color: #fff;    
    z-index: 4;
    transition: all 500ms ease-out;
}
.inside-games:hover .facemask{
    visibility: visible;
    bottom: 0;

}
.on-game img{
    height: 100%;    
    box-sizing: border-box;
    z-index: 8;
}
.caption{
    position: absolute;
    bottom: -106px;
    width: 100%;
    transition: all 300ms ease-out;
}

.put-ads{
    background: #3F2D74;  
    border: solid 2px #fff;
}
.breadcumb{
    height: 45px;
    justify-content: center;
    margin: 12px 0;
    box-sizing: border-box;
}
.no-one{
    justify-content: center;
    box-sizing: border-box;
}
.title-found{
    font-size: 18px;
    color: #fff;
}
.not_found{
    padding: 8px;
}
.search_found p{
    margin-top: 10px;
}