

#poster {
	width: auto;
	height: 80%;
	max-height: 650px;
	position: fixed;
	top: 50%;
	left: 50%;
	z-index: 100001;
	transform: translateX(-50%) translateY(-50%);
}
#poster::after {
	content: '';
	width: 100vw;
	height: 100vh;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translateX(-50%) translateY(-50%);
	z-index: 0;
	background: rgba(0,0,0,.5);
}
#poster .close {
	width: 45px;
	height: 45px;
	background: #fff;
	border: none;
	border-radius: 50%;
	position: absolute;
	top: -22px;
	right: -22px;
	z-index: 2;
	cursor: pointer;
	opacity: 1;
}
#poster .close:hover {
	background: #e6e6e6;
}
#poster .close svg {
	display: block;
  width: 50%;
  margin: 7% auto;
}
#poster	img {
	width: auto;
	max-width: 500px;
	height: 100%;
	max-height: 650px;
	position: relative;
	top: 50%;
	left: 50%;
  z-index: 1;
	transform: translateX(-50%) translateY(-50%);
}


@media (max-width: 600px) {
	#poster {
    max-height: 325px;
	}
	#poster	img {
		max-width: 250px;
		max-height: 325px;
	}
}




#cookie-notice {
	width: 100% !important;
	min-width: auto !important;
	height: auto !important;
	min-height: auto !important;

  padding: 15px !important;
  text-align: center !important;
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  box-sizing: border-box !important;
  position: fixed !important;
  top: auto !important;
  bottom: 0 !important;
  left: 0 !important;
  right: auto !important;

  transform: none !important;
  background: #fff !important;
  color: #000 !important;
  font-weight: normal !important;

	border: 1px solid #707070  !important;
}



#cn-accept-cookie {
  display: table;
  margin: 10px 10px;
  font-family: 'Mocha Mattari';
  color: #fff;
  background: #7db901;
  height: 40px;
  line-height: 40px;
  padding: 0 10px;
	margin: 10px auto !important;
  font-size: 18px;
  text-decoration: none;
}
#cookie-notice #cn-notice-text {
  font-size: 13px;
    line-height: 18px
}
@media (max-width: 768px) {
	#cookie-notice #cn-notice-text {
	  font-size: 11px;
    line-height: 16px
	}
}

@media (max-width: 600px) {
	#cn-accept-cookie {
    height: 30px;
    line-height: 30px;
	}
	#cn-more-info {
    margin: 10px 0;
	}
}


#cookie-notice .cn-more-info {
	display: block;
  color: #7db901;
}



.lazyImageNone {
	display: none !important;
}

.lazyBackgroundNone {
	background: gray !important;
}

.disableBackgroundNone {
	background: gray !important;
}




.storytel-main .audiobook__container .audiobooks .audiobook .icon {
	border-radius: 50%;
  border: 1px solid #72b46c;
}


.storytel-main .text5,
.storytel-main .text5 * {
	font-family: Nunito, Helvetica, Arial, sans-serif;
	font-size: 17px;
	font-weight: 400;
	margin: 0;
	line-height: 1.5;
	color: #fff
}



.storytel-main .audiobook__container .info .box .attention {
	font-size: 17px;
	line-height: 25px;
	color: #4c5158;
	margin-top: 20px;
}
.storytel-main .audiobook__container .info .box .attention a {
	color: #7db903 !important;
}

.storytel-main .audiobook__container .info .box .relation,
.widget-s_single .relation {
	margin-top: 40px;
	color: #061829;
	text-decoration: none !important;
}

.storytel-main .audiobook__container .info .box .relation .subtitle,
.widget-s_single .relation .subtitle {
  font-family: "Mocha Mattari", Helvetica, Arial, sans-serif;
  font-size: 32px;
  font-weight: 400;
  line-height: 1.18;
  letter-spacing: .84px;
  color: #061829;
  margin-bottom: 20px;
}

.storytel-main .audiobook__container .info .box .relation .cover_small,
.widget-s_single .relation .cover_small {
	width: 130px;
	height: 130px;
	background-position: center;
	-webkit-background-size: cover;
	background-size: cover
}

.storytel-main .audiobook__container .info .box .relation .subtitle2,
.widget-s_single .relation .subtitle2 {
	width: 130px;
  line-height: 1.2;
  font-family: Nunito, Helvetica, Arial, sans-serif;
  font-size: 17px;
  text-align: center;
  letter-spacing: initial;
  margin: 0;
	color: #061829;
	margin-top: 20px;
}

.storytel-main .audiobook__container .info .box .relation .subtitle2:hover,
.widget-s_single .relation .subtitle2:hover {
	color: #7db903;
}
