/*.ce_lottie_player_wrapper{background-color: #f84}*/
.main{height: initial !Important;}
.lottie-player-interactive{height: auto;}
.ce_lottie_player_wrapper.center {text-align: center;}


.ce_lottie_player_wrapper .pg_lbElementLBInner {
  position: fixed;
  top: 20%;
  left: 20%;
  width: 60%;
  bottom: 20%;
  background-color: #fff;
  overflow: auto;
  z-index: 999999;
  font-weight: normal;
  text-align: left;
  padding: 0;
}
.pg_lbcontent
{
	  padding: 24px;

}
.ce_lottie_player_wrapper .pg_lbElementLottieBack {
  position: fixed;
  inset: 0;
  z-index: 9999999;
  background-color: rgba(0,0,0,0.6);
}
.pg_lbElementLottieBack[hidden] {
  display: none !important;
}
.ce_lottie_player_wrapper .pg_lbElementLottieBackCloser
{
  position: fixed;
  top: 2%;
  right: 2%;
  z-index: 99999999999;
}

@media(max-width: 768px)
{
	.ce_lottie_player_wrapper .pg_lbElementLBInner {width: 90%; left: 5%; bottom: 5%; top: 10%}
}