@charset "utf-8";

@use "./object-fit" as *;

@mixin picture100 {

  picture,
  source,
  img {
    @include object-fit(cover);

    height: 100%;
    width: 100%;
  }
}
