#mc_game_report {

	float: none;
    width: 100%;
    box-sizing: border-box;
    -webkit-box-sizing: border-box;
    -moz-box-sizing: border-box;
    -ms-box-sizing: border-box;
    -o-box-sizing: border-box;
    height: 245px;
    background: #014487;
    /* padding: 100px; */
    position: relative;
    overflow: hidden;
    padding: 30px;
    color: white;
}
#game_report_img img {
	display: block;
	position: relative;
	-webkit-transform: translate(-50%,-50%);
	-moz-transform: translate(-50%,-50%);
	-ms-transform: translate(-50%,-50%);
	-o-transform: translate(-50%,-50%);
	transform: translate(-50%,-50%);
	top: 50%;
	left: 50%;
    height: auto;
    width: auto;
    max-width: 100%;
}
.mc_item .summary {
	position: absolute;
	color: #fff;
    margin-top: -25px;
    width: 100%;
    text-align: left;
}
.mc_item .summary.right {
	text-align: right;
}
body.pre_game_report #main>.inside {
	padding-top: 186px;
}
body.game_report #game_report_img,
body.game_report #mc_game_report,
body.game_report #game_report_container {
	max-width: 1226px;
    margin: 0 auto;
}
body.game_report #container>.inside {
	max-width: none;
}

body.game_report h1 {
	max-width: 1226px;
	margin:30px auto 60px;
}

#gallery_elem h3 {
	display: block;
    margin: 0 auto;
    max-width: 1226px;
    color: #fff;
    font-weight: 700;
    margin-bottom: 20px;
    font-size: 27px;
}
#player {
	display: none;
}

.ytp-title-text, .ytp-title {
	display: none!important;
}

#game_report_img {
	overflow: hidden;
}

.team>div, .score_board>div {
	text-align: center;
}

#main_news {
	float: left;
	padding-right: 50px;
	width: 100%;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}

#right_news {
	float: left;
	margin-right: -100%;
	width: 400px;
	position: relative;
}

#game_report_container {
	width: 100%;
    padding-right: 400px;
    padding-top: 100px;
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
}
#game_report_container:after {
	content: '';
	display: table;
	clear: both;
}

#game_report_container h1 {
	font-size: 31px;
    color: #fff;
    margin-bottom: 20px;
    line-height: 35px;
    margin-top: 0;
    text-transform: uppercase;
    font-weight: bold;
}
.image_container img {
	display: block;
}
#game_report_container .image_container {
	margin-bottom: 20px;
}

#main_news time {
	font-size: 22px;
    /*font-weight: bold;*/
}

#main_news p.info {
	margin-bottom: 0;
}
#main #main_news h2 {
	color: #fff;
	font-weight: bold;
}

.box_container {
	box-sizing: border-box;
	-webkit-box-sizing: border-box;
	-moz-box-sizing: border-box;
	-ms-box-sizing: border-box;
	-o-box-sizing: border-box;
	margin-bottom: 50px;
}

.box_container.game_report_youtube {
	background: rgba(209, 0, 37, 0.9);
	padding: 20px;
}
.box_container.game_report_youtube .ce_media_category iframe {
	display: block;
	margin: 0 auto;
}
.box_container.game_report_youtube .ce_hyperlink {
	margin-top: 12px;
}


.game_report_comment {
	background: rgba(0,0,0,0.3);
	padding: 20px 30px;
}
.game_report_comment a:hover {
	text-decoration: underline;
}
.game_report_comment a {
	color: #fecc00;
	text-transform: lowercase;
	text-decoration: none;
}

.game_report_comment p:last-child {
	margin-bottom: 0;
}

.box_container h3 {
	margin-top: 0;
	color: #fff;
	/*font-style: italic;*/
	font-weight: bold;
    font-size: 1.5em;
}

#game_report_img img.height100 {
	height: 100%;
	width: auto;
	max-width: none;
}
#game_report_img img.width100 {
	width: 100%;
	height: auto;
}
#main .inside {
	padding-top: 84px;
}

@media(max-width: 1080px) {
	#main .inside {
		padding-top: 120px;
	}
}

@media(max-width: 620px) {
	#mc_game_report {
		display: none;
	}
}
@media(max-width: 550px) {
	body.game_report h1 {
		font-size: 32px;
	}
}

@media (max-width: 450px) { 
	body.game_report h1 {
		font-size: 24px;
		margin-top: 20px;
		margin-bottom: 12px;
	}
}