# General bug fixes

* Fixed non clickable arrow area's on overbooking page and select boxes
* Fixed issue where image is not shown correctly

## Image not shown correctly
* Replace l-container--1x-medium class by l-container--1x-large
* Add m-visual--contain@between-desktop-default-&-desktop-large class to make
sure the image gets a contained behaviour between 2 breakpoints.
* Add l-split__item--image on the l-split__item that contains the visual
* Add l-split__item--content on the l-split__item that contains the content

## Commit details (retroactive)

* Added `m-summary__container`, `m-summary__link` in SCSS files `src/scss/general/components/molecules/_summary.scss`.
* Added `l-container--1x-large`, `l-split__item--content`, `l-split__item--image`, `m-visual--contain` in SCSS files `src/scss/general/components/molecules/_visual.scss`, `src/scss/general/layout/_container.scss`, `src/scss/general/layout/_split.scss`, `src/scss/general/settings/_layout.scss`, `src/scss/general/tools/mixins/_breakpoints.scss`.
