.language-switch {
  min-height: 38px;
}

.work-card .gallery-artwork-image {
  width: var(--gallery-image-width, 86%);
}

.sold-to {
  color: gray;
}

.local-work-id {
  color: #777;
  font-size: 11px;
  margin-top: 6px;
}

.local-work-id code {
  user-select: all;
}

.page-row {
  display: flex;
  align-items: flex-start;
  gap: 24px;
}

.main-col {
  flex: 1 1 auto;
  min-width: 0;
}

.side-col {
  flex: 0 0 360px;
  position: sticky;
  top: 16px;
}

.work-page .side-col {
  border-top: 1px solid #ccc !important;
}

.work-page .main-col {
  text-align: center;
}

.work-page .image-wrapper {
  display: inline-block;
  text-align: left;
  max-width: 100%;
}

.work-page .extra-section {
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
  text-align: left;
}

.work-page .image-wrapper .w3-tiny {
  box-sizing: border-box;
  padding-left: 16px;
  padding-right: 16px;
}

.work-page .video-wrapper {
  display: block;
  max-width: 1000px;
  margin-left: auto;
  margin-right: auto;
  text-align: center;
}

.responsive-art {
  display: block;
  max-width: 100%;
  max-height: 700px;
  width: auto;
  height: auto;
}

.work-home-footer {
  width: 100%;
  border-top: 1px solid #ccc !important;
  margin-top: 16px;
}

.responsive-video {
  display: block;
  width: auto;
  max-width: 100%;
  height: auto;
  margin-left: auto;
  margin-right: auto;
}

.work-page video.responsive-video {
  position: static;
  height: auto;
  padding-top: 0;
  padding-bottom: 0;
  overflow: visible;
}

.gallery-back-to-top {
  position: fixed;
  right: 18px;
  bottom: 18px;
  z-index: 4;
  margin: 0;
  opacity: 0.68;
}

.gallery-back-to-top:hover,
.gallery-back-to-top:focus-within {
  opacity: 1;
}

body.gallery-expanded .responsive-art {
  max-height: none !important;
}

@media (max-width: 992px) {
  .page-row {
    display: block;
  }

  .side-col {
    position: static;
    width: 100%;
  }

  .work-page .side-col {
    float: none;
  }
}
