.advertisement__ad-slot > * > div {
	z-index: 1;
}

.advertisement__root-container {
	display: flex;
	justify-content: center;
}

.advertisement__ad-slot {
	background-color: #f5f5f5;
	display: none;
	position: relative;
	align-items: center;
	justify-content: center;
}

.advertisement__ad-slot::before {
	position: absolute;
	content: url('../../designs/is24at/img/ad-placeholder.svg');
}

.advertisement__ad-slot--mobile {
	width: 100%;
	height: 600px;
}

@media screen and (max-width: 997px) {
	.advertisement__ad-slot--mobile {
		display: flex;
	}
}

.advertisement__ad-slot--desktop-xs {
	margin-top: 20px;
	width: 120px;
	height: 600px;
}

@media screen and (min-width: 998px) and (max-width: 1067px) {
	.advertisement__ad-slot--desktop-xs {
		display: flex;
	}
}

.advertisement__ad-slot--desktop-s {
	margin-top: 20px;
	width: 160px;
	height: 600px;
}

@media screen and (min-width: 1068px) and (max-width: 1347px) {
	.advertisement__ad-slot--desktop-s {
		display: flex;
	}
}

.advertisement__ad-slot--desktop-l {
	margin-top: 20px;
	width: 300px;
	height: 600px;
}

@media screen and (min-width: 1348px) {
	.advertisement__ad-slot--desktop-l {
		display: flex;
	}
}
