/*!***********************************************************************************************************************************************************************************************************!*\
  !*** css ../node_modules/css-loader/dist/cjs.js??ruleSet[1].rules[0].use[1]!../node_modules/postcss-loader/dist/cjs.js!../node_modules/sass-loader/dist/cjs.js!./components/eye-catcher/eye-catcher.scss ***!
  \***********************************************************************************************************************************************************************************************************/
/** GLOBALS **/
/************
/** VARIABLES
/****************************************/
/*
$grids: (
    'default': $mobile_base,
    'switches': (
        $mobile_switch: $mobile_base,
        $tablet_switch: $tablet_base,
        $max_switch: $max_base
    ),
    'definitions': (
        $mobile_base: (
            'columns': 8,
            'column': 44,
            'gutter': 14,
            'fix': false
        ),
        $tablet_base: (
            'columns': 12,
            'column': 56,
            'gutter': 22,
            'fix': false
        ),
        $max_base: (
            'columns': 12,
            'column': 139,
            'gutter': 54,
            'fix': true
        )
    )
);
*/
/* EASING */
/* Font settings */
/************
/** COLOR VARIABLES
/****************************************/
/* **************************** */
/* Pimcore-editmode used colors */
/* **************************** */
/* **************************** */
/************
/** DEFINITION OF OWN MIXINS
/****************************************/
.eye-catcher__list {
  list-style-type: none;
  margin: 0;
  padding: 0;
}

/* stylelint-disable */
.eye-catcher__list {
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  gap: 5px;
}
.eye-catcher--vertical .eye-catcher__list {
  flex-direction: column;
}

.eye-catcher__item {
  height: 50px;
  max-width: 50px;
}
.eye-catcher__item img {
  -o-object-fit: contain;
     object-fit: contain;
}
.eye-catcher__item figcaption {
  height: 0;
  overflow: hidden;
  text-indent: -1978em;
}
