.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
