.steamWidgetIframe{
	border: 0px;
	display: block;
	margin-left: auto;
	margin-right: auto;
	width:646px;				
	height:190px;
}

.steamWidgetWrapper01{
	width:100%;				
	height:25vw;
	
	display: flex;
	justify-content: center;
	align-items: center;
}

.steamWidgetWrapper02{
	width:646px;				
	height:190px;
	transform:scale(0.6);
}

@media (min-width: 484px){
	.steamWidgetWrapper02{	
		transform:scale(0.7);
	}
}

@media (min-width: 584px){
	.steamWidgetWrapper02{	
		transform:scale(0.8);
	}
}

@media (min-width: 684px){
	.steamWidgetWrapper02{	
		transform:scale(0.9);
	}
}

@media (min-width: 784px){
	.steamWidgetWrapper01{
		width:100%;				
		height:196px;
	}
	.steamWidgetWrapper02{	
		transform:scale(1);
	}
}

/* max possible size for this iframe wrapper is 1084 becaus it is already shrinked by the surrounding table */
/* because of the iframe, 1200px will never reach anymore */
@media (min-width: 1084px){

}