body.home #main, #footer {
  width: calc(100% - 260px);
  margin-left: 260px;
}

.ar-content {
  margin-top: 10px;
  max-height: 168px;
  overflow: hidden;
  position: relative;
}

.artist-thumbnail {
  float: none !important;
}

.ar-content.expand {
  max-height: unset;
}

.short-desc-toggle.show {
  display: flex;
  justify-content: center;
  align-items: center;
  border: 1px solid;
  display: table;
  margin: 0px auto;
  padding: 4px 10px;
  cursor: pointer;
}

@media (max-width: 575px) {
  body.home #main {
    margin-left: 0px;
    width: unset;
  }
}/*# sourceMappingURL=custom.css.map */