.article-header {
			padding:0 16px;
	display:flex;
	flex-direction:column;
	justify-content:center;
	height:100%;
	box-sizing:border-box;
	font-family:'Roboto Condensed',Arial,sans-serif;
}

.article-header__location {
	width:calc(32px + (64 - 32) * (100vw - 320px) / (1920 - 320));
}

.article-header__city {	
	color:#fff;
	font-size:calc(24px + (130 - 24) * (100vw - 320px) / (1920 - 320));
	font-weight:700;
	max-width:50%;
	line-height:0.9;
	text-transform:uppercase;
	margin-top:2%;
}
.article-header__episode { 
	background:#f72f60;
	color:#fff;
	align-self:flex-start;
	font-size:calc(16px + (48 - 16) * (100vw - 320px) / (1920 - 320));
	font-weight:400;
	padding:2px 24px;
	box-sizing:border-box;
	max-width:100%;
	margin-top:2%;
}

@media screen and (min-width:1920px){

	.article-header__location {
		width:64px;	
	}
	.article-header__city {	
		font-size:130px;
	}
	.article-header__episode { 
		font-size:48px;
	}
}

@media screen and (max-width:1000px){

}

@media screen and (max-width:768px){
	.article-header {	

		box-sizing:border-box;
	}
}

@media screen and (max-width:480px){
	.article-header {	
		box-sizing:border-box;
	}
}
