/**
 * 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
 */
.content-image-cta p {
  font-size: 12px; }

.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 */
