.section_top_games .content {
    position: relative;
    width: 100%;
    max-width: 1230px;
    margin: 0 auto;
    padding: 15px 0;
}
/* slick slider */
.section_top_games .slider-image {
    background: #fff;
    position: absolute;
    top: 8px;
    left: 8px;
    right: 8px;
    bottom: 8px;
}
.section_top_games .header-responsive{
	background-size:cover;
	width:100%;
	height:auto;
}

.section_top_games .img-responsive{
    width: 100%!important;
    height: 320px!important;
    display: block;
    object-fit: cover;
}
.section_top_games .body-responsive{
    width: 100%;
    position: absolute;
    left: 0;
    background:transparent;
    padding: 0;
    text-align: center;
    overflow: hidden;
    bottom: 0;
}
.section_top_games .swiper-slide-active .body-responsive{
    width: 100%;
    position: absolute;
    left: 0;
    background:transparent;
    padding: 0;
    text-align: center;
    overflow: hidden;
    display: block;
}
.section_top_games .txtppc{
	margin-top:20px;
	text-decoration:none;
	padding: 0 10px;
}
.section_top_games .txtppc h4 {
	color: #000;
    font-weight: 700;
    margin-top: 0 !important;
}
.body-responsive p {
    color: #888;
    font-size: 15px;
    padding: 0 10px;
}
.body-responsive p span {
    color: #ff0000;
    font-size: 12px;
    float: right;
    line-height: 26px;
    text-transform: uppercase;
    font-weight: 600;
}
.slider-end {
    width: 100%;
    text-align: center;
    font-size: 14px;
    font-weight: 500;
    background: #ff4729;
    color: #fff;
    padding: 15px 0;
    line-height: normal;
    margin-top: 15px;
}
