@media (min-width: 784px){
	[class^="ad rectangle"]{
		display: flex;
		justify-content: center;
		padding: 0px;
		border-width: 0px;
		border-radius: 0px;
	}
}

.ad.maxiboard:not(.ad-complete),
.ad.crossleader_2:not(.ad-complete),
.ad.billboard:not(.ad-complete) {
	padding-top: 0px;
}

[class^="ad rectangle"]:not(.ad-complete), .ad.bottomrect:not(.ad-complete), .ad.promotion:not(.ad-complete) {
	max-width: 100%;
}

[class^="ad rectangle"]:not(.ad-complete) {
	padding-top: 0px;
}

.ad.maxisky {
	top: 220px;
}

.rectangle-banner-size {
	display: flex;
	justify-content: center;
	overflow: hidden;
}
.rectangle-banner-size .ad {
	width: 300px;
	max-height: 250px;
	overflow: hidden;
	max-width: 100%;
}

.ad.wideboard {
	max-width: 100%;
}
.ad img {
	max-width: 100%;
	height: auto;
}