@media screen and (min-width: 320px) {
	.brand-new img{
	    width: 100%;
	}
	.banner > div {
	    padding: 0;
	}
	.brand-new .banner .banner-absolute-content.right {
	    top: 8.533vw;
	}
	.history-header {
		margin-top: 4.8vw;
	    margin-bottom: 4.8vw;
	}
	.history-header h1, 
	.brand-globe .brand-globe-header h1,
	.brand-feature .banner-absolute-content h1,
	.brand-new .banner .banner-absolute-content h1 {
		font-family: 'Montserrat-Medium';
	}
	.history-item {
		margin-bottom: 4vw;
		position: relative;
	}
	.history-text {
	    order: 1;
	}
	.history-banner-item .history-text {
		position: absolute;
		bottom: 1.6vw;
		left: 0;
		padding: 0 4.8vw;
		color: #fff;
		z-index: 1;
	}
	.history-img img {
		border-radius: 4px;
	}
	.devoted-text-item h3 {
		margin: 0;
		margin-top: 4vw;
		margin-bottom: 1.333vw;
		font-family: 'Montserrat-Medium';
	}
	.devoted-text-item p {
		margin: 0;
	}
	.brand-globe-header {
		padding: 0 3.2vw;
		margin-top: 8.267vw;
	}
	.brand-globe-img {
		padding: 0 3.2vw;
		margin: 7.6vw 0 9.333vw;
	}
	.brand-feature {
	  margin-top: 3.2vw;
	}
	.brand-feature .banner-absolute-content.center {
	  top: 8.533vw;
	  bottom: inherit;
	}
	.product-catalog-new .esports-items-header h4 {
		font-size: calc(24px + 14 * ((100vw - 320px) / 2080));
	}
}
@media screen and (min-width: 992px) {
    .brand-new .banner .banner-absolute-content {
		top: 50%;
		width: 38.229vw;
	}
	.history-header {
		margin-top: 4.167vw;
	    margin-bottom: 3.125vw;
	}
	.history-item {
		margin-bottom: 1.042vw;
	}
	.history-item:last-child {
		margin-bottom: 4.167vw;
	}
	.history-text {
	    display: flex;
  		align-items: center;
  		padding: 0;
  		padding-left: .833vw;
	}
	.history-item:nth-child(2n+1) .history-text {
	    order: 0;
	    padding: 0;
	    padding-right: .833vw;
		text-align: right;
	}
	.history-banner-item .history-text {
	    top: 50%;
	    bottom: inherit;
    	left: inherit;
    	right: 0;
    	transform: translateY(-50%);
    	padding: 0;
    	padding-left: .833vw;
	}
	.devoted-text-item {
	    padding: 15px;
	}
	.devoted-text-item h3 {
		margin: 0;
		margin-bottom: .521vw;
	}
	.history-img {
		padding: 0;
		padding-right: .833vw;
		display: flex;
    	align-items: center;
	}
	.history-item:nth-child(2n+1) .history-img {
		padding: 0;
		padding-left: .833vw;
	}
	.history-banner-item .history-img {
		padding: 0;
	}
	.history-img img {
		height: 15.625vw;
		object-fit: cover;
		border-radius: 8px;
	}
	.brand-globe-header {
		padding: 0;
		margin-top: 2.292vw;
	}
	.brand-globe-header p {
		width: 82%;
  		margin: 0 auto !important;
	}
	.brand-globe-img {
		padding: 0;
		margin: 3.333vw 0 2.292vw;
	}
	.brand-feature {
	  	margin-top: 0;
	}
	.brand-feature .banner-absolute-content.center {
	  	top: 2.604vw;
	  	width: 64.583%;
	  	transform: translateX(-50%);
	}
}
