.anim-bg {
  position: relative;
  background-image: url("/modules/custom/teijin_custom/assets/animation/animated_lines.gif");
  background-size: contain;
  background-position-x: 62%;
  background-position-y: 20%;
  background-repeat: no-repeat;
}

/* don't display anim on mobile */
@media (max-width: 1023px) {
  .anim-bg {
    background-image: none;
  }
}

/* animContainer {
  position: absolute;
  z-index: 1;
  width: 100%;
  height: 100%;
  left: 0;
  right: 0;
  margin-left: auto;
  margin-right: auto;
} */

/* #animContainer svg {
  position: absolute;
  top: 0;
  left: 50%;
  height: 728px;
  width: 2000px;
  max-width: 2000px;
  min-width: 100px;
  transform: translateX(-50%);
} */

/* tablets */
/* @media (min-width: 768px) and (max-width: 1024px) {
  #animContainer {
    left: 14.5%;
    top: -10%;
    width: auto;
  }
}*/

/* Laptops, Desktops */
/* @media (min-width: 1025px) and (max-width: 1280px) {
  #animContainer {
   left: 14.5%;
    top: -10%;
    width: auto;
  }
} */

/* Screens with 1281px or higher resolution */
/*@media (min-width: 1281px) and (max-width: 1439px) {
  #animContainer {
     left: 14.5%;
    top: -10%;
    width: auto;
  }
}*/

/* 4K screens */
/* @media (min-width: 1440px) and (max-width: 1939px) {
  #animContainer {
    left: 2.3%;
    top: -10%;
    width: auto;
  }
} */

/* @media (min-width: 1940px) {
  #animContainer {
    left: 3rem;
    top: -15.2rem;
    width: 1024px;
  }
} */

/* @media only screen and (min-width: 2800px) {
  #animContainer {
    display: none;
  }
} */
