/*
  Advally CSS Rules
  Updated 2024-11-13 18:00:25
*/

	/* Sizemap: TopLeaderboard */
										@media (min-width: 1020px) {
							#AdvAd-HomepageTopLeaderboard {
					justify-content: center;
display: flex;
height: 250px;
				}
			}
														@media (min-width: 780px) and (max-width: 1019px) {
							#AdvAd-HomepageTopLeaderboard {
					justify-content: center;
vertical-align: middle;
display: flex;
height: 250px;
				}
			}
														@media (min-width: 0px) and (max-width: 779px) {
							#AdvAd-HomepageTopLeaderboard {
					justify-content: center;
vertical-align: middle;
display: flex;
height: 50px;
				}
			}
						