/*#fixed-menu {
  position: fixed;
  left: 0;
  top: 0;
  width: 300px;
  height: 100vh;
  background-color: #f8f8f8;
  border-right: 1px solid #e5e5e5;
  margin: 0 20px 0 0;
  padding: 20px 0 20px 20px;
  z-index: 1000;
}
.button-fixed-bottom-left {
  z-index: 1001;
}
.dgimg {
  max-width: 786.81px !important;
}

.full-height {
  display: flex;
  flex-direction: column;
  overflow: hidden;
  height: 100%;
}
.top-m {
  flex: 1;
  overflow-y: auto;
  scrollbar-color: #e5e5e5 #f8f8f8;
  scrollbar-width: thin;
}

.bottom-m {
  flex: none;
  width: 100%;
  text-transform: uppercase;
  font-size: .8rem;
}

body {
  margin: 0;
  padding-left: 300px;
}
@media screen and (prefers-reduced-motion: no-preference) {
  html {
    scroll-behavior:smooth;
  }
}*/

/*.album-cover {
  display: flex;
  justify-content: center;
  align-items: center;
  background-color: #fafafa;
  margin: 0;
}
.album-cover-item.large img {
  width: 225px;
  height: 225px;
  object-fit: cover;
  border-radius: 40px
}
.album-cover-item img {
  border-radius: 40px;
  padding: 0;
}
.thumbnail-container {
  position: relative;
  display: inline-block;
}*/