@media (max-width: 575px) {
	.main-logo {
	    margin: 20px 39px 0px 0px;
	}
	
	section h1{
		font-size: 1.5625rem;
	}
	section h1 span {
	    font-size: 0.9375rem;
	}
	.select-lang {
	    font-size: 0.625rem;
	}
	.box-selection .item {
	    width: 100px;
	}
	.box-selection .item.type2 .icon {
	    font-size: 0.75rem;
	}
	.box-selection .item .info-btn,
	.box-selection .item .text {
	    font-size: 0.625rem;
		line-height: 0.625rem;
	}
	
	.box-selection .item.type2 .icon.bigger-m {
	    margin-bottom: 22px !important;
	}
	.dashboard .content .panel .panel-content h2{
		font-size: 1rem;
	}
	.game-system-block {
	    padding: 15px 0px;
	}	
	div.match-list div.match .team-name-width{
		width: 100px;
	}
	.box-selection .item:not(.type2) span.glyphicons:not(.glyphicons-info-sign) {
	    left: 31px;
	}
	
	.advertisement .homepage-banner {
	    width: 370px;
	}
}

	