.imm-ads {
    display: flex;
    justify-content: center;
    margin-bottom: 20px;
}

.imm-ads #adform_leaderboard:not(.nor2b2branding) {
	padding-top: 20px;
	position: relative;
}

.imm-ads #adform_leaderboard.ad-has-content:not(.nor2b2branding)::before {
		content: "Reklama";
		position: absolute;
		top: 6px;
		right: 0;
		padding: 2px 6px;
		font-size: 10px;
		line-height: 1;
		color: #7d7d7d;
		background: #f3f3f3;
		text-transform: uppercase;
		letter-spacing: .04em;
		z-index: 2;
		pointer-events: none;
}

@media (min-width: 769px) {
    .imm-ads #adform_leaderboard {
        min-height: 210px;
    }

    .imHbBranding #adform_leaderboard {
        min-height: 0 !important;
    }

    .imm-ads #adform_wallpaper_1,
    #adform_wallpaper_2,
    #adform_square_1 {
        min-height: 300px;
    }

    .imm-ads #adform_halfpage_1,
    #adform_halfpage_2 {
        min-height: 300px;
    }

    .imm-ads #adform_boardbottom {
        min-height: 300px;
    }
}

@media (max-width: 768px) {

    .imm-ads #adform_mobilerectangle_1,
    #adform_mobilerectangle_2,
    #adform_mobilerectangle_3,
    #adform_mobilerectangle_4,
    #adform_square_1 {
        min-height: 300px;
    }
}