.q-parallax
  position relative
  width 100%
  overflow hidden
  border-radius inherit

.q-parallax-media
  > img, > video
    position absolute
    left 50%
    bottom 0
    min-width 100%
    min-height 100%
    will-change transform

.q-parallax-text
  text-shadow $paralax-text-shadow
