diff --git a/src/assets/css/librarybrowser.scss b/src/assets/css/librarybrowser.scss index 915a71d701..58cf9b39e0 100644 --- a/src/assets/css/librarybrowser.scss +++ b/src/assets/css/librarybrowser.scss @@ -565,7 +565,7 @@ .itemBackdrop { background-size: cover; background-repeat: no-repeat; - background-position: center 0; + background-position: center center; background-attachment: fixed; height: 40vh; position: relative; @@ -573,6 +573,7 @@ .layout-mobile & { background-attachment: initial; + background-position: top center; margin-top: 3rem; @media all and (orientation: portrait) and (max-width: 40em) {