.parallax-bg {
  position: absolute;
  inset: 0; }
  .parallax-bg img {
    width: 100%;
    min-height: 120%;
    position: absolute;
    height: auto;
    bottom: 0;
    left: 0;
    -o-object-fit: cover;
       object-fit: cover;
    -o-object-position: 50% 25%;
       object-position: 50% 25%; }

/*# sourceMappingURL=parallax-bg.css.map */
