.c-view .masonary {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-sm);
}
.c-view .masonary .unit a {
  aspect-ratio: 930/700;
}
.c-view .masonary .unit a .image .portrait {
  display: none;
}
.c-view .masonary .unit a .image .landscape {
  display: block !important;
}
.c-view .grid {
  display: grid;
  grid-template-columns: 1fr;
  gap: var(--space-sm);
}
.c-view .button-wrapper {
  display: flex;
  justify-content: center;
  margin-top: var(--space-md);
}
.c-view .swiper-controls.with-button {
  display: flex;
  justify-content: space-between;
  align-items: center;
  margin-top: var(--space-md);
}
.c-view .swiper-controls.with-button .swiper-navigation {
  display: contents;
}
.c-view .swiper-controls.with-button .prev {
  order: 1;
}
.c-view .swiper-controls.with-button .button-wrapper {
  order: 2;
  display: flex;
  margin-top: 0;
}
.c-view .swiper-controls.with-button .next {
  order: 3;
}
/* >= 768px */
@media screen and (min-width: 768px) {
  .c-view .grid {
    grid-template-columns: 1fr 1fr;
  }
  .c-view .masonary {
    grid-template-columns: 1fr 1fr;
    grid-auto-rows: calc(86vw * 0.75);
  }
  .c-view .masonary .unit a {
    aspect-ratio: unset;
  }
  .c-view .masonary .unit:nth-of-type(3n-2) a .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(3n-2) a .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(3n-1) a .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(3n-1) a .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(3n) {
    grid-column-end: span 2;
  }
}
/* >= 1024px */
@media screen and (min-width: 1024px) {
  .c-view .grid {
    grid-template-columns: 1fr 1fr 1fr;
  }
  .c-view .masonary {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: calc((86vw - var(--space-sm)) * 0.75 * 0.66);
  }
  .c-view .masonary .unit a {
    aspect-ratio: unset;
  }
  .c-view .masonary .unit:nth-of-type(10n-9) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n-9) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n-9) .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n-8) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n-8) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n-8) .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n-7) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n-7) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n-7) .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n-6) {
    grid-column-end: span 2;
  }
  .c-view .masonary .unit:nth-of-type(10n-6) .image picture.landscape {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n-6) .image picture.portrait {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 5) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n - 5) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 5) .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 4) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n - 4) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 4) .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 3) {
    grid-column-end: span 2;
  }
  .c-view .masonary .unit:nth-of-type(10n - 3) .image picture.landscape {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 3) .image picture.portrait {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 2) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n - 2) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 2) .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 1) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n - 1) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n - 1) .image picture.portrait {
    display: block !important;
  }
  .c-view .masonary .unit:nth-of-type(10n) {
    grid-column-end: span 1;
  }
  .c-view .masonary .unit:nth-of-type(10n) .image picture.landscape {
    display: none !important;
  }
  .c-view .masonary .unit:nth-of-type(10n) .image picture.portrait {
    display: block !important;
  }
}
/* >= 1248px */
/* >= 1440px */
@media screen and (min-width: 1440px) {
  .c-view .grid {
    grid-template-columns: repeat(4, 1fr);
  }
  .c-view .masonary {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: calc((80vw - var(--space-sm)) * 0.75 * 0.66);
  }
}
/* >= 1600px */
/* >= 1920px */
@media screen and (min-width: 1920px) {
  .c-view .masonary {
    grid-template-columns: 1fr 1fr 1fr;
    grid-auto-rows: calc((74vw - var(--space-sm)) * 0.75 * 0.66);
  }
}
/*# sourceMappingURL=data:application/json,%7B%22version%22%3A3%2C%22sources%22%3A%5B%22var%5C%2Fwww%5C%2Fvhosts%5C%2Fsentientexpanse.moremedia-development.at%5C%2Fhttpdocs%5C%2Fweb%5C%2Fthemes%5C%2Fcustom%5C%2F_components%5C%2Fc_view%5C%2Fc_view.less%22%5D%2C%22names%22%3A%5B%5D%2C%22mappings%22%3A%22AAAA%2COACI%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CKAAK%2CeAAL%3B%3BAAJR%2COACI%2CUAKI%2CMACI%3BEACI%2CqBAAA%3B%3BAARhB%2COACI%2CUAKI%2CMACI%2CEAGI%2COACI%3BEACI%2CaAAA%3B%3BAAZxB%2COACI%2CUAKI%2CMACI%2CEAGI%2COAKI%3BEACI%2CyBAAA%3B%3BAAhBxB%2COAuBI%3BEACI%2CaAAA%3BEACA%2C0BAAA%3BEACA%2CKAAK%2CeAAL%3B%3BAA1BR%2COA6BI%3BEACI%2CaAAA%3BEACA%2CuBAAA%3BEACA%2CYAAY%2CeAAZ%3B%3BAAIA%2COADJ%2CiBACK%3BEACG%2CaAAA%3BEACA%2C8BAAA%3BEACA%2CmBAAA%3BEACA%2CYAAY%2CeAAZ%3B%3BAAJJ%2COADJ%2CiBACK%2CYAMG%3BEACI%2CiBAAA%3B%3BAAPR%2COADJ%2CiBACK%2CYAUG%3BEACI%2CQAAA%3B%3BAAXR%2COADJ%2CiBACK%2CYAcG%3BEACI%2CQAAA%3BEACA%2CaAAA%3BEACA%2CaAAA%3B%3BAAjBR%2COADJ%2CiBACK%2CYAoBG%3BEACI%2CQAAA%3B%3B%3BAA%2BDhB%2CmBAtDqC%3BEACjC%2COACI%3BIACI%2C8BAAA%3B%3BEAFR%2COAKI%3BIACI%2C8BAAA%3BIACA%2CiCAAA%3B%3BEAPR%2COAKI%2CUAII%2CMACI%3BIACI%2CmBAAA%3B%3BEAGJ%2COATR%2CUAII%2CMAKK%2CYAAY%2CMACT%2CEACI%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEAJhB%2COATR%2CUAII%2CMAKK%2CYAAY%2CMACT%2CEACI%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAMhB%2COAvBR%2CUAII%2CMAmBK%2CYAAY%2CMACT%2CEACI%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEAJhB%2COAvBR%2CUAII%2CMAmBK%2CYAAY%2CMACT%2CEACI%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAMhB%2COArCR%2CUAII%2CMAiCK%2CYAAY%3BIACT%2CuBAAA%3B%3B%3B%3BAA0KpB%2CmBAhKsC%3BEAClC%2COACI%3BIACI%2CkCAAA%3B%3BEAFR%2COAKI%3BIACI%2CkCAAA%3BIACA%2C4DAAA%3B%3BEAPR%2COAKI%2CUAII%2CMACI%3BIACI%2CmBAAA%3B%3BEAGJ%2COATR%2CUAII%2CMAKK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COATR%2CUAII%2CMAKK%2CYAAY%2COAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COATR%2CUAII%2CMAKK%2CYAAY%2COAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAKZ%2COAvBR%2CUAII%2CMAmBK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COAvBR%2CUAII%2CMAmBK%2CYAAY%2COAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COAvBR%2CUAII%2CMAmBK%2CYAAY%2COAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAKZ%2COArCR%2CUAII%2CMAiCK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COArCR%2CUAII%2CMAiCK%2CYAAY%2COAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COArCR%2CUAII%2CMAiCK%2CYAAY%2COAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAKZ%2COAnDR%2CUAII%2CMA%2BCK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COAnDR%2CUAII%2CMA%2BCK%2CYAAY%2COAGT%2COACI%2CQAAO%3BIACH%2CyBAAA%3B%3BEALZ%2COAnDR%2CUAII%2CMA%2BCK%2CYAAY%2COAGT%2COAKI%2CQAAO%3BIACH%2CwBAAA%3B%3BEAKZ%2COAjER%2CUAII%2CMA6DK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COAjER%2CUAII%2CMA6DK%2CYAAY%2CSAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COAjER%2CUAII%2CMA6DK%2CYAAY%2CSAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAKZ%2COA%5C%2FER%2CUAII%2CMA2EK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COA%5C%2FER%2CUAII%2CMA2EK%2CYAAY%2CSAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COA%5C%2FER%2CUAII%2CMA2EK%2CYAAY%2CSAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAKZ%2COA7FR%2CUAII%2CMAyFK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COA7FR%2CUAII%2CMAyFK%2CYAAY%2CSAGT%2COACI%2CQAAO%3BIACH%2CyBAAA%3B%3BEALZ%2COA7FR%2CUAII%2CMAyFK%2CYAAY%2CSAGT%2COAKI%2CQAAO%3BIACH%2CwBAAA%3B%3BEAKZ%2COA3GR%2CUAII%2CMAuGK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COA3GR%2CUAII%2CMAuGK%2CYAAY%2CSAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COA3GR%2CUAII%2CMAuGK%2CYAAY%2CSAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAKZ%2COAzHR%2CUAII%2CMAqHK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COAzHR%2CUAII%2CMAqHK%2CYAAY%2CSAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COAzHR%2CUAII%2CMAqHK%2CYAAY%2CSAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3BEAKZ%2COAvIR%2CUAII%2CMAmIK%2CYAAY%3BIACT%2CuBAAA%3B%3BEADJ%2COAvIR%2CUAII%2CMAmIK%2CYAAY%2CKAGT%2COACI%2CQAAO%3BIACH%2CwBAAA%3B%3BEALZ%2COAvIR%2CUAII%2CMAmIK%2CYAAY%2CKAGT%2COAKI%2CQAAO%3BIACH%2CyBAAA%3B%3B%3B%3B%3BAA2B5B%2CmBAdsC%3BEAClC%2COACI%3BIACI%2CuBAAuB%2CcAAvB%3B%3BEAFR%2COAKI%3BIACI%2CkCAAA%3BIACA%2C4DAAA%3B%3B%3B%3B%3BAAkBX%2CmBATqC%3BEAClC%2COAGI%3BIACI%2CkCAAA%3BIACA%2C4DAAA%22%7D */