.bar_title {
    display: flex;
    align-items: center;
    text-align: center;
    margin: 20px 0;
    justify-content: space-between
}

.bar_title .game-title .title-wrap *{
	font-family: var(--SECONDARY_FONT_FAMILY);
}
.video-section-1 .bar_title .game-title .title-wrap {
	margin-top: -15px;
}

.bar_title_img {
    width: 400px
}

.bar_title_custom {
    -webkit-transform: scaleX(-1);
    transform: scaleX(-1)
}

.bar_title .game-title {
	position: relative;
	margin: auto;
	padding: 0
}

.bar_title .game-title .bar.left {
	position: absolute;
	top: 50%;
	left: -26rem;
	transform: translateY(50%)
}

.bar_title .game-title .bar.right {
	position: absolute;
	top: 50%;
	right: -26rem;
	transform: translateY(50%) scaleX(-1)
}

.bar_title .game-title .bar img {
	width: 65%
}

.text_game_title {
    font-size: var(--SECTION_HEADER_LARGE_FONT_SIZE);
    line-height: 1.1;
    font-weight: var(--REG_FONT_WEIGHT);
    letter-spacing: 1px;
}
.bar_title .game-title .title-wrap p {
	font-weight: var(--LIGHT_FONT_WEIGHT);
	font-size: var(--SUBBODY_TXT_FONT_SIZE) !important;
	letter-spacing: 1px;
	margin-top: 10px;
}

.upcoming-1.container {
    width: 100%;
    max-width: 1350px !important; 
    margin: 0 auto !important; 
}

.upcoming-1 ul li img {
    width: 100%;
    display: block;
}
