.left-right-ad-container {
	top: 20px;
	z-index: 99;
	position: relative;
}

.datrom-left-ad {
	position: absolute;
}

.datrom-right-ad {
	position: absolute;
}

.datrom-left-ad,
.datrom-right-ad {
	max-width: 300px;
}

.datrom-left-ad img,
.datrom-right-ad img {
	max-width: 100%;
}

.left-right-ad-container {
	display: none;
}

/* mobile ads css */
.datrom-head-ad,
.datrom-defalut-ad {
	background: #262626;
	text-align: center;
	position: relative;
	padding: 10px 10px;
}

.datrom-head-ad:after,
.datrom-defalut-ad:after {
	width: 100%;
	left: 50%;
	top: 50%;
	z-index: 1;
	color: #5a5a5a;
	font-size: 14px;
	content: "Reklam";
	position: absolute;
	-webkit-transform: translate(-50%, -50%);
	-ms-transform: translate(-50%, -50%);
	transform: translate(-50%, -50%);
}

.datrom-head-ad .datrom-m-ad-content {
	max-height: 150px;
	width: 320px;
	height: 100px;
	z-index: 2;
	position: relative;
	display: inline-block;
	background: rgba(255, 255, 255, 0.02);
	-webkit-box-shadow: inset 0 0 0 1px #3a3a3a;
	box-shadow: inset 0 0 0 1px #3a3a3a;
	color: #fff;
}

.datrom-defalut-ad .datrom-m-ad-content {
	width: 300px;
	height: 250px;
	z-index: 2;
	position: relative;
	display: inline-block;
	background: rgba(255, 255, 255, 0.02);
	-webkit-box-shadow: inset 0 0 0 1px #3a3a3a;
	box-shadow: inset 0 0 0 1px #3a3a3a;
	color: #fff;
}

.datrom-head-ad,
.datrom-defalut-ad {
	text-align: center;
	text-align: -webkit-center;
}
