/* Prettified by Source 2 Viewer 11.1.0.0 - https://valveresourceformat.github.io */

DOTAHudVersusScreen2
{
	width: 100%;
	height: 100%;
	background-color: black;
	opacity: 0.0;
	transition-property: opacity;
	transition-duration: 0.5s;
}

#TransitionOverlay
{
	width: 100%;
	height: 100%;
}

.StrategyVersusTransition DOTAHudVersusScreen2
{
	opacity: 1;
}

.VersusOutro DOTAHudVersusScreen2,.MapLoadingOutro DOTAHudVersusScreen2
{
	opacity: 0;
}

