#ava-preloader.ava-vincent {
  background: linear-gradient(
    to bottom,
    #1f2f2d,
    #0f1616
  );
}

/* horizon discret */
#ava-preloader.ava-vincent::after {
  content: "";
  position: absolute;
  bottom: 20%;
  left: 0;
  width: 100%;
  height: 1px;
  background: rgba(255,255,255,0.15);
}