body {
  margin: 0;
  padding: 0;
}

div * {
  position: relative;
}

nav {
  margin-bottom: 1rem;
}

nav .brand-icon {
  max-height: 100px;
}

.cd {
    max-width: 1900px;
}

.card-body {
  margin: 5px;
  cursor: pointer;
}

.card-container {
  text-align: center;
}

.card-body {
  display: inline-block;
}

#bandori-cd > a > div > img {
  width: 180px;
  height: 180px;
}

.card-cover {
  position: absolute;
  width: 180px;
  height: 180px;
  left: 0;
  top: 0;
}

.card-fade {
  position: absolute;
  background: rgba(0,0,0,.5);
  width: 180px;
  height: 180px;
  left: 0;
  top: 0;
}

.icon {
  -webkit-box-align: center;
  -ms-flex-align: center;
  align-items: center;
  display: -webkit-inline-box;
  display: -ms-inline-flexbox;
  display: inline-flex;
  -webkit-box-pack: center;
  -ms-flex-pack: center;
  justify-content: center;
  height: 1.5rem;
  width: 1.5rem;
}

img {
height: auto;
max-width: 100%;
}

.nav {
  margin-bottom: 0.5rem;
}
