.artist-page .header h1 {
  font-size: 30px;
  text-transform: capitalize; }
  .artist-page .header h1 span {
    color: #D20000; }

.artist-page .header .breadcrumb a {
  color: #0E0E0D; }

.artist-page .header .breadcrumb li.active {
  color: #D20000; }

.artist-page .header .expert {
  color: #555;
  text-transform: uppercase; }

.artist-page .artist-img img {
  width: 300px !important;
  height: 300px;
  border-radius: 50%;
  object-fit: cover; }

.artist-page .biography .bio-description {
  color: #666; }

.artist-page .biography .boxdes .button {
  transition: unset !important;
  color: #0E0E0D; }

.artist-page .biography .boxdes input {
  opacity: 0;
  position: absolute;
  pointer-events: none; }

.artist-page .biography .boxdes .p {
  display: block;
  -webkit-box-orient: vertical;
  overflow: hidden;
  white-space: inherit;
  word-wrap: break-word;
  transition: max-height 0.5s ease;
  color: #444;
  overflow: hidden;
  text-overflow: ellipsis;
  display: block;
  max-height: 10rem;
  -webkit-box-orient: vertical;
  line-height: 1.75rem;
  font-size: 0.9rem;
  position: relative; }

.artist-page .biography .boxdes .p::after {
  content: "";
  position: absolute;
  bottom: 0;
  left: 0;
  width: 100%;
  height: 120px;
  background: linear-gradient(to bottom, rgba(255, 255, 255, 0) 0, #fff 100%); }

.artist-page .biography .boxdes input:checked + .p {
  -webkit-line-clamp: unset;
  max-height: max-content !important;
  overflow: hidden;
  text-overflow: ellipsis;
  display: -webkit-box;
  height: auto;
  -webkit-box-orient: vertical; }

.artist-page .biography .boxdes input:checked + .p::after {
  content: unset !important; }

.artist-page .biography .boxdes input:checked ~ .button {
  opacity: 0;
  visibility: hidden;
  max-height: 0; }

.artist-page .honors {
  background: #0E0E0D; }
  .artist-page .honors .honor-subtitle {
    color: #fff;
    text-transform: uppercase;
    font-size: 46px;
    line-height: 1; }
    .artist-page .honors .honor-subtitle span {
      color: #D20000; }
  .artist-page .honors .btn-close {
    filter: contrast(0) brightness(5);
    opacity: 1; }

.artist-page .artwork {
  height: 40rem; }
  .artist-page .artwork .title-artwork {
    text-transform: uppercase;
    font-weight: 200;
    color: #0E0E0D; }
  .artist-page .artwork .subtitle-artwork {
    font-size: 66px;
    text-transform: uppercase;
    color: #0E0E0D;
    font-weight: bold;
    line-height: 1.25; }
    .artist-page .artwork .subtitle-artwork span {
      color: #D20000; }
  .artist-page .artwork .event-item {
    position: relative; }
    .artist-page .artwork .event-item .overlay {
      position: absolute;
      bottom: 0;
      left: 0;
      right: 0;
      height: 6rem;
      background-color: rgba(0, 0, 0, 0.7);
      padding: 2rem 1rem;
      display: flex;
      flex-direction: column;
      justify-content: flex-end;
      transition: 0.5s; }
      .artist-page .artwork .event-item .overlay .title {
        border-bottom: 1px solid #fff; }
      .artist-page .artwork .event-item .overlay .description {
        font-size: 14px;
        color: #fff;
        height: 0;
        transition: 0.5s;
        opacity: 0;
        line-height: 1.75; }
    .artist-page .artwork .event-item:hover .overlay {
      height: 100%; }
      .artist-page .artwork .event-item:hover .overlay .description {
        height: 100%;
        opacity: 1; }

@media (min-width: 992px) and (max-width: 1200px) {
  .artwork {
    height: unset !important; }
  .artwork-col {
    position: unset !important; } }

@media (min-width: 768px) and (max-width: 992px) {
  .artwork {
    height: unset !important; }
  .artwork-col {
    position: unset !important; }
  .artwork .subtitle-artwork {
    font-size: 40px !important; } }

@media (min-width: 576px) and (max-width: 768px) {
  .artwork {
    height: unset !important; }
  .artwork-col {
    position: unset !important; }
  .artwork .subtitle-artwork {
    font-size: 40px !important; } }

@media (max-width: 576px) {
  .artwork {
    height: unset !important; }
  .artwork-col {
    position: unset !important; }
  .artwork .subtitle-artwork {
    font-size: 40px !important; } }
