body:before {
	content: "m";
	display: none; 
}
/* pro tablet  */
@media only screen and (min-width: 481px) {
	body:before {
		content: "t";
	}
}
/* pro desktop + */
@media only screen and (min-width: 711px) {
	body:before {
		content: "d";
	}
}

/* mobile overflow protection */
.mobileSASoverflowProtection{
	max-width: calc(100vw - 40px);
	margin: 0 auto;
	overflow-x: clip;
	overflow-y: visible;
}

.mobileSASoverflowProtection iframe{
	max-width: none;
}

@media only screen and (min-width: 481px) {
	.mobileSASoverflowProtection{
		max-width: 100%;
	}
}


.SASPosition{
	display:flex; 
	justify-content: center; 
	align-items: center;
}

.SASPosition [style*="position:absolute"]:not([style*="width:100%"]){
	position: static !important;
}

.SASPosition.SASPosition--right{
	align-items: flex-end;
}



.SASBranding{
	position: fixed;
	align-items: flex-start;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2000px;
	height: 1400px;
}

.SASBranding img{
	display:block;
	margin: 0 auto;
}

.adRender {
	display: flex;
	justify-content: center;
	align-items: flex-start;
}

.SASSlideUp {
	position: fixed;
	flex-direction: column;
	z-index: 10;
	bottom: 0;
	right: 0;
	width: 100%;
	transform: translateY(100%);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
}

.SASSlideUp img {
	display: block;
	margin: 0 auto;
	height: auto;
	width: auto;
}

.SASSlideUp.isReady {
	bottom: 0;
}

.SASSlideUp.isUp {
	transform: translateY(0%);
}

.SASSlideUp.isUp .SASSlideUp__close {
	top: 0;
}

@media screen and (max-width: 768px) {
	.SASSlideUp {
		 display: none;
	}
}

.SASSlideUp__close {
	line-height: 3em;
	font-size: 14px;
	width: auto;
	display: block;
	font-weight: 700;
	padding: 0 2em;
	color: white;
	background: rgba(30, 30, 30, 0.8);
	position: relative;
	top: 3em;
}

.SASVignette {
	position: fixed;
	flex-direction: column;
	z-index: -5;
	bottom: 0;
	left: 0;
	width: 100%;
	height: 100%;
	background: rgb(30, 30, 30);
	transition: all 0.3s ease-in-out;
	overflow: hidden;
	opacity: 0;
}

.SASVignette img {
	display: block;
	margin: 0 auto;
	height: auto;
	width: auto;
}

.SASVignette.isUp {
	z-index: 100;
	opacity: 1;
}

@media screen and (max-width: 400px) {
	.SASVignette {
		 display: none;
	}
}

.SASVignette__close {
	position: absolute;
	z-index: 1;
	top: 10px;
	right: 10px;
	display: flex;
	align-items: center;
	gap: 10px;
	font-weight: 700;
	color: white;
	border: 3px solid white;
	border-radius: 40px;
}

.SASVignette__close strong {
	font-size: 30px;
}

.adWrapper {
	overflow: inherit;
}

/* Layouting */
@media only screen and (max-width: 480px){
	*.l-hide-mobile{
		display: none;
	}
}
@media only screen and (min-width: 481px){
	*.l-hide-desktop{
		display: none;
	}
}

.adWrapper > div {
	max-width: 1080px;
	width: 100%;
}

.adWrapper__label {
	position: relative;
}

.adWrapper__label .SASPosition {
	position: relative;
}

.adWrapper__label .SASPosition::after{
	content: "Reklama";
	display: inline;
	position: absolute;
	font-size: 14px;
	bottom: -20px;
	left: -5px;
	color: #c6c6c6;
	scale: 0.75;
}

.SASBranding{
	position: fixed;
	align-items: flex-start;
	top: 0;
	left: 50%;
	transform: translateX(-50%);
	width: 2000px;
	height: 1400px;
	
 }

.SASBranding img{
	display:block;
	margin: 0 auto;
}