.editableZone .lottie svg{position: absolute; top: 0;left: 0;width: 100%; height: 100%; pointer-events: none;}
.lottie .lottieWrap{position: relative;}
.editableZone .lottie img.lottieSvg{opacity: 0; }
.lottie img.lottieSvg{max-width: 100%;width: 100%; display: block;}

.lottie .lottieWrap>img+svg, .lottie .lottieWrap>svg~svg{display: none;}
.lottie .played>img{opacity: 0;display: none;}
/********************************************************
 *              editable
 *******************************************************/
.editableZone .lottie img.currentItem + .form4edit {border:5px solid rgb(255,111,64) !important;}
.editableZone .lottie .form4edit .getGaleryImg{display: none !important}
#LottieSensAnim i{position: relative;}
#LottieSensAnim i::before{top: -35%; position: relative;}
#LottieSensAnim i::after{content:"\f178"; display: block; position: absolute; top: 35%; right: 0;}
#LottieSensAnim[data-reverse="1"] i::before{color:#000;}
#LottieSensAnim[data-reverse="0"] i::after{color:#000;}
