.dstg-slideshow-area .dstg-upcoming-wrap {
    width: 100%;
    max-width: 1350px !important;
    margin: 0 auto !important;
}

.dstg-upcomingSlider-wrap {
    overflow: hidden;
}

.dstg-upcomingSlider {
    display: flex;
    padding: 0;
    margin: 0;
    list-style: none;
    width: 100%;
}

.dstg-upcomingSlider:not(.lightSlider) li {
    width: calc(33.333% - 5px); 
    flex: 0 0 calc(33.333% - 5px);
    margin-right: 5px; 
}

.dstg-upcomingSlider li img {
    width: 100%;
    display: block;
}

.dstg-sub-slider-wrapper .dstg-title-box {
	margin: 5px 0;
    padding-bottom: 5px;
    margin-bottom: 10px;
}

.dstg-sub-slider-wrapper .dstg-title-box .dstg-icon {
	font-size: var(--ICON_LARGE_FONT_SIZE);
	width: 50px;
	text-align: center
}

.dstg-sub-slider-wrapper .dstg-title-box .dstg-title {
	padding: 5px 0;
	font-family: var(--SECONDARY_FONT_FAMILY);
	letter-spacing: var(--SECONDARY_FONT_LETTER_SPACING);
	font-size: var(--SECTION_HEADER_FONT_SIZE);
}

.dstg-hot-games-wrapper .dstg-title-box .dstg-icon, .dstg-hot-games-wrapper .dstg-title-box .dstg-title{
	 border-bottom: none !important;
}

.dstg-sub-slider-wrapper .dstg-title-box {
    border-bottom: 2px dashed #6a718e;
}

.dstg-upcoming-wrap .dstg-text_game_title {
	font-size: 16px;
    padding-top: 3px;
}

.lSSlideOuter .lSPager.lSpg > li a,
.lSSlideOuter .lSPager.lSpg > li:hover a {
    background: #fff
}

.lSSlideOuter .lSPager.lSpg > li.active a {
	background: rgba(252,185,19,1)
}

.lSSlideOuter .lSAction .lSPrev,
.lSSlideOuter .lSAction .lSNext {
    color: #fff;
    transition: .3s ease
}

.lSSlideOuter .lSAction .lSPrev:hover,
.lSSlideOuter .lSAction .lSNext:hover,
.lSSlideOuter .lSAction .lSPrev:focus,
.lSSlideOuter .lSAction .lSNext:focus,
.lSSlideOuter .lSAction .lSPrev:active,
.lSSlideOuter .lSAction .lSNext:active {
    color: rgba(252,185,19,1);
    transition: .3s ease
}