/*
 * elementor.scss
 * -----------------------------------------------
*/

//animation objects
.tm-ele-floating-objects {
  > .each-object {
    position: absolute;
    width: 100px;
    height: 100px;
    z-index: 0;
    background-repeat: no-repeat;
    background-position: center;
  }
}