.ModuleDrawer {
  opacity: 1;
  margin-top: 40px;
  position: fixed;
  height: auto;
  height: initial;
  background: #4a4a4a;
  padding: 15px 10px;
  display: flex;
  align-items: stretch;
  justify-content: flex-start;
  overflow-y: hidden;
  overflow-x: scroll;
  z-index: 1;
  min-width: calc(100% - 20px);
}

.ModuleDrawer-imageContainer {
  flex: 0 0 auto;
  height: 130px;
  margin-right: 10px;
  opacity: .5;
}

.ModuleDrawer-imageContainer--selected,
.ModuleDrawer-imageContainer:hover {
  opacity: 1;
}

.ModuleDrawer-discontinuedSpacer {
  height: 130px;
  width: 120px;
  flex: 0 0 auto;
  text-align: center;
  background: #7f7e7c;
  color: #ccc9c6;
  font-size: 14px;
  line-height: 30px;
  display: flex;
  align-items: center;
  justify-content: center;
  text-transform: uppercase;
  font-weight: bold;
  margin-right: 10px;
  display: flex;
  flex-direction: column;
}

.ModuleDrawer-spacerArrow {
  margin-top: 10px;
  fill: #ccc9c6;
  width: 14px;
  height: 14px;
}

.ModuleDrawer-image {
  max-width: 100%;
  max-height: 100%;
}

.ModuleDrawer-endSpacer {
  width: 1px;
  height: 100px;
  flex: 0 0 auto;
}

@media (max-width: 767px) {
  .ModuleDrawer {
    position: relative;
    position: initial;
    height: auto;
    height: initial;
  }
}
