@import '../bootstrap'

.v-image
  z-index: 0

  &__image,
  &__placeholder
    z-index: -1
    position: absolute
    top: 0
    left: 0
    width: 100%
    height: 100%

  &__image
    background-repeat: no-repeat

    &--preload
      filter: blur(2px)

    &--contain
      background-size: contain

    &--cover
      background-size: cover
