/**
 * The base file that should be imported by every file.
 * There should be no CSS generation in this or from imported scss files at all!
 */
/**
 * Library
 */
/**
 * Variables and functions
 */
@font-face {
  font-family: 'Adjusted Arial Fallback';
  src: local(Arial);
  size-adjust: 102%;
  ascent-override: 78%;
  descent-override: 16%;
  line-gap-override: 0%; }

.item {
  position: relative; }
  .item .image-overlay {
    margin: 0;
    display: block;
    position: relative;
    width: 100%;
    padding-top: 60%;
    overflow: hidden; }
    .item .image-overlay img {
      transition: transform .3s ease-in-out;
      transform: scale(1);
      -o-object-fit: cover;
         object-fit: cover;
      -o-object-position: 50% 50%;
         object-position: 50% 50%;
      position: absolute;
      inset: 0;
      width: 100%;
      height: 100%; }
  .item:hover .image-overlay img {
    transform: scale(1.2); }

/*# sourceMappingURL=item.css.map */
