/* Custom Skin Resource */
/* Created by: Yannick.Munger@freschesolutions.com */
/* Created on: 2024-10-15 6:07:13 PM */

#lottie-background-image {
    display: block;
    overflow: hidden;
    transform: translate3d(0, 0, 0);
    text-align: center;
    opacity: 1;
    position: absolute;
    top: -15px;
    left: 0;
    margin-left: -35px;
    margin-right: -35px;
  }
  
  #lottie-background-image svg{
    height: calc(100vh - 80px) !important;
  }
  