.color-black {
  color: black;
}
.color-gray {
  color: #969696;
}
.color-1 {
  background-color: #2531f5;
}
.color-1 a,
.color-1 a:visited {
  color: #ffffff;
}
.color-2 {
  background-color: #ef8732;
}
.color-3 {
  background-color: #75fb4c;
}
.color-4 {
  background-color: #964b00;
}
.color-5 {
  background-color: #737f8f;
}
.color-6 {
  background-color: #ffffff;
}
.color-7 {
  background-color: #e93423;
}
.color-8 {
  background-color: #000000;
}
.color-8 a,
.color-8 a:visited {
  color: #ffffff;
}
.color-9 {
  background-color: #ffff55;
}
.color-10 {
  background-color: #8218f6;
}
.color-10 a,
.color-10 a:visited {
  color: #ffffff;
}
.color-11 {
  background-color: #ed72b1;
}
.color-12 {
  background-color: #75fbfe;
}
.transition-background-color {
  transition: background-color 4s ease-in-out;
}
.transition-background-color a {
  transition: color 4s ease-in-out;
}
body {
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.35;
}
h1,
h2,
h3,
h4,
h5,
h6 {
  font-size: 1rem;
}
h4 {
  padding: 10px 0;
  margin: 0;
  text-align: left;
  background-color: #dadada;
  margin: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 2);
  padding: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
  font-size: 1rem;
}
a {
  font-weight: normal;
}
.mobile-only {
  display: none;
}
@media only screen and (max-width: 640px) {
  .mobile-only {
    display: inherit;
  }
}
*,
*:before,
*:after {
  -webkit-box-sizing: border-box !important;
  -moz-box-sizing: border-box !important;
  -ms-box-sizing: border-box !important;
  box-sizing: border-box !important;
}
html {
  -ms-text-size-adjust: 100%;
  -webkit-text-size-adjust: 100%;
  font: 1em sans-serif;
  line-height: 1.35;
  box-sizing: border-box;
  overflow-y: scroll;
}
body {
  margin: 0;
  -webkit-font-smoothing: antialiased;
  -moz-osx-font-smoothing: grayscale;
  color: hsla(0, 0%, 0%, 0.8);
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  line-height: 1.35;
  font-weight: normal;
  word-wrap: break-word;
  font-kerning: normal;
  -moz-font-feature-settings: "kern", "liga", "clig", "calt";
  -ms-font-feature-settings: "kern", "liga", "clig", "calt";
  -webkit-font-feature-settings: "kern", "liga", "clig", "calt";
  font-feature-settings: "kern", "liga", "clig", "calt";
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
body::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}
.noselect {
  -webkit-touch-callout: none;
  /* iOS Safari */
  -webkit-user-select: none;
  /* Safari */
  -khtml-user-select: none;
  /* Konqueror HTML */
  -moz-user-select: none;
  /* Old versions of Firefox */
  -ms-user-select: none;
  /* Internet Explorer/Edge */
  user-select: none;
  /* Non-prefixed version, currently
                                  supported by Chrome, Edge, Opera and Firefox */
}
footer {
  margin: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
  margin-left: 15px;
  margin-bottom: 15px;
  color: black;
}
@media only screen and (max-width: 640px) {
  footer {
    margin-bottom: 80px;
  }
}
article,
aside,
details,
figcaption,
figure,
footer,
header,
main,
menu,
nav,
summary {
  display: block;
}
audio,
canvas,
progress,
video {
  display: inline-block;
}
audio:not([controls]) {
  display: none;
  height: 0;
}
progress {
  vertical-align: baseline;
}
[hidden],
template {
  display: none;
}
a,
a:visited,
a:hover,
a:active {
  color: #0000EE;
}
a {
  background-color: transparent;
  -webkit-text-decoration-skip: objects;
}
a:active,
a:hover {
  outline-width: 0;
}
abbr[title] {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
  text-decoration: none;
}
b,
strong {
  font-weight: inherit;
  font-weight: bolder;
}
dfn {
  font-style: italic;
}
h1 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 2.25rem;
}
mark {
  background-color: #ff0;
  color: #000;
}
small {
  font-size: 80%;
}
sub,
sup {
  font-size: 75%;
  line-height: 0;
  position: relative;
  vertical-align: baseline;
}
sub {
  bottom: -0.25em;
}
sup {
  top: -0.5em;
}
img {
  border-style: none;
  max-width: 100%;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
svg:not(:root) {
  overflow: hidden;
}
code,
kbd,
pre,
samp {
  font-family: monospace;
  font-size: 1em;
}
figure {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
}
hr {
  box-sizing: content-box;
  overflow: visible;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: calc(1.45rem - 1px);
  background: hsla(0, 0%, 0%, 0.2);
  border: none;
  height: 1px;
}
button,
input,
optgroup,
select,
textarea {
  font: inherit;
  margin: 0;
  border-radius: 0 !important;
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
input:focus,
select:focus,
textarea:focus,
button:focus {
  outline: none;
}
input[type=text] {
  /* Remove First */
  -webkit-appearance: none !important;
  -moz-appearance: none !important;
  appearance: none !important;
}
optgroup {
  font-weight: 700;
}
button,
input {
  overflow: visible;
}
button,
select {
  text-transform: none;
}
[type="reset"],
[type="submit"],
button,
html [type="button"] {
  -webkit-appearance: button;
}
[type="button"]::-moz-focus-inner,
[type="reset"]::-moz-focus-inner,
[type="submit"]::-moz-focus-inner,
button::-moz-focus-inner {
  border-style: none;
  padding: 0;
}
[type="button"]:-moz-focusring,
[type="reset"]:-moz-focusring,
[type="submit"]:-moz-focusring,
button:-moz-focusring {
  outline: 1px dotted ButtonText;
}
fieldset {
  border: 1px solid silver;
  padding: 0.35em 0.625em 0.75em;
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
legend {
  box-sizing: border-box;
  color: inherit;
  display: table;
  max-width: 100%;
  padding: 0;
  white-space: normal;
}
textarea {
  overflow: auto;
}
[type="checkbox"],
[type="radio"] {
  box-sizing: border-box;
  padding: 0;
}
[type="number"]::-webkit-inner-spin-button,
[type="number"]::-webkit-outer-spin-button {
  height: auto;
}
[type="search"] {
  -webkit-appearance: textfield;
  outline-offset: -2px;
}
[type="search"]::-webkit-search-cancel-button,
[type="search"]::-webkit-search-decoration {
  -webkit-appearance: none;
}
::-webkit-input-placeholder {
  color: inherit;
  opacity: 0.54;
}
::-webkit-file-upload-button {
  -webkit-appearance: button;
  font: inherit;
}
* {
  box-sizing: inherit;
}
*:before {
  box-sizing: inherit;
}
*:after {
  box-sizing: inherit;
}
h2 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 1.62671rem;
}
h3 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 1.38316rem;
}
h4 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 1rem;
}
h5 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 0.85028rem;
}
h6 {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  color: inherit;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Helvetica, Arial, sans-serif, "Apple Color Emoji", "Segoe UI Emoji", "Segoe UI Symbol";
  font-weight: bold;
  text-rendering: optimizeLegibility;
  font-size: 0.78405rem;
}
hgroup {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
ul {
  margin: 1rem auto calc(1rem / 2 * 2) auto;
  max-width: 700px;
}
ol {
  margin-left: 1.45rem;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  list-style-position: outside;
  list-style-image: none;
}
dl {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
dd {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
p {
  max-width: 700px;
  margin-left: auto;
  margin-right: auto;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 3px;
  padding-right: 4px;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
pre {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  margin-bottom: 1.45rem;
  font-size: 0.85rem;
  background: hsla(0, 0%, 0%, 0.04);
  border-radius: 3px;
  overflow: auto;
  word-wrap: normal;
  padding: 1.45rem;
}
table {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  font-size: 1rem;
  border-collapse: collapse;
  width: 100%;
}
blockquote {
  margin: auto;
  max-width: 700px;
  padding-bottom: 0;
  padding-left: calc(1rem / 2 * 2);
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
  border-left: 1px solid black;
}
blockquote p {
  padding-left: 0;
}
form {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
noscript {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
iframe {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
address {
  margin-left: 0;
  margin-right: 0;
  margin-top: 0;
  padding-bottom: 0;
  padding-left: 0;
  padding-right: 0;
  padding-top: 0;
  margin-bottom: 1.45rem;
}
footer {
  margin-top: 40px;
}
b {
  font-weight: bold;
}
strong {
  font-weight: bold;
}
dt {
  font-weight: bold;
}
th {
  font-weight: bold;
}
ol li {
  padding-left: 0;
}
ul li {
  padding-left: 0;
}
li > ol {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
li > ul {
  margin-left: 1.45rem;
  margin-bottom: calc(1.45rem / 2);
  margin-top: calc(1.45rem / 2);
}
blockquote *:last-child {
  margin-bottom: 0;
}
li *:last-child {
  margin-bottom: 0;
}
p *:last-child {
  margin-bottom: 0;
}
li > p {
  margin-bottom: calc(1.45rem / 2);
}
code {
  font-size: 0.85rem;
}
kbd {
  font-size: 0.85rem;
}
samp {
  font-size: 0.85rem;
}
abbr {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
acronym {
  border-bottom: 1px dotted hsla(0, 0%, 0%, 0.5);
  cursor: help;
}
thead {
  text-align: left;
}
td,
th {
  text-align: left;
}
th:first-child,
td:first-child {
  padding-left: 0;
}
th:last-child,
td:last-child {
  padding-right: 0;
}
tt,
code {
  background-color: hsla(0, 0%, 0%, 0.04);
  border-radius: 3px;
  font-family: "SFMono-Regular", Consolas, "Roboto Mono", "Droid Sans Mono", "Liberation Mono", Menlo, Courier, monospace;
  padding: 0;
  padding-top: 0.2em;
  padding-bottom: 0.2em;
}
pre code {
  background: none;
}
code:before,
code:after,
tt:before,
tt:after {
  letter-spacing: -0.2em;
  content: " ";
}
pre code:before,
pre code:after,
pre tt:before,
pre tt:after {
  content: "";
}
@media only screen and (max-width: 480px) {
  html {
    font-size: 100%;
  }
}
.four-container {
  width: 100%;
  height: 100%;
}
.four-container p {
  margin-top: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
}
.four-container .text-container {
  width: 100%;
  padding: 0 10px;
  margin-top: 20px;
}
.four-container .four-image-container {
  background-color: #dadada;
  width: 100%;
  height: 80%;
}
.four-container .four-image-container img {
  width: 100%;
  height: 100%;
  object-fit: contain;
}
.all-container {
  display: flex;
  flex-direction: row;
}
.all-container.hidden {
  display: none;
}
@media only screen and (max-width: 640px) {
  .all-container {
    flex-direction: column;
    height: auto;
    overflow: scroll;
    scrollbar-width: none;
    /* Firefox */
    -ms-overflow-style: none;
    /* IE 10+ */
  }
  .all-container::-webkit-scrollbar {
    /* WebKit */
    width: 0;
    height: 0;
    display: none;
  }
}
.menu-placeholder {
  width: 50vw;
  flex-shrink: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: relative;
}
.menu {
  width: 50vw;
  flex-shrink: 0;
  height: 100vh;
  display: flex;
  flex-direction: column;
  position: fixed;
}
.menu.left {
  left: 0;
}
.menu.right {
  right: 0;
}
@media only screen and (max-width: 640px) {
  .menu {
    height: auto;
    flex-direction: row;
    position: fixed;
    bottom: 0;
    left: 0;
    z-index: 1000;
  }
  .menu h3 {
    margin-top: 1.45rem;
  }
}
.menu .menu-drag-border {
  content: " ";
  background-color: transparent;
  position: absolute;
  right: 0;
  width: 8px;
  height: 100%;
  cursor: ew-resize;
  z-index: 100;
}
.menu:hover.left .menu-drag-border {
  right: -4px;
}
.menu:hover.right .menu-drag-border {
  left: -4px;
}
.menu.left .menu-drag-border {
  right: -4px;
}
.menu.right .menu-drag-border {
  left: -4px;
}
.menu-item {
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  text-align: center;
}
@media only screen and (max-width: 640px) {
  .menu-item {
    flex: 1;
  }
}
.all-content {
  overflow: scroll;
  flex: 1;
  scrollbar-width: none;
  /* Firefox */
  -ms-overflow-style: none;
  /* IE 10+ */
}
.all-content::-webkit-scrollbar {
  /* WebKit */
  width: 0;
  height: 0;
  display: none;
}
@media only screen and (max-width: 640px) {
  .all-content {
    height: auto;
    overflow: visible;
  }
}
.navigation-banner {
  width: 100%;
  padding: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
  text-align: center;
  text-transform: capitalize;
  margin-bottom: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
}
.archive-container {
  margin: 0;
}
.archive-container ul {
  padding-right: 15px;
}
.archive-year {
  color: #969696;
}
.show-content .header-container {
  margin-bottom: calc(1rem / 2 * 5);
}
.show-content .content-container video {
  display: block;
  width: 100%;
}
.direct-url {
  font-weight: normal;
  color: #969696;
}
.direct-url:hover,
.direct-url:visited {
  color: #969696;
}
.sections-container {
  margin: 0;
}
.section-container {
  padding-bottom: 1px;
}
.direct-url {
  font-weight: normal;
  color: #969696;
}
.direct-url:hover,
.direct-url:visited {
  color: #969696;
}
.info-content {
  max-width: 700px;
  margin: auto;
  margin-bottom: 1.5rem;
}
.info-content p {
  margin-bottom: 0.25rem;
}
.info-content .label {
  font-weight: bold;
  width: 150px;
  vertical-align: top;
}
.info-content .content {
  vertical-align: top;
}
.info-section-content {
  margin-right: calc(1rem / 2);
  margin-left: calc(1rem / 2);
  margin-bottom: calc(1rem / 2 * 2);
}
.info-section-content ul {
  padding-right: 15px;
}
.show-content .info-section-content {
  margin-bottom: calc(1rem / 2 * 4);
}
.info-content-wrapper {
  margin-right: calc(1rem / 2 * 2);
  margin-left: calc(1rem / 2 * 2);
}
.image-container {
  margin-bottom: 0;
}
.image-container.large-spacing {
  margin-bottom: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
}
.image-container img {
  transform: scale(1.005);
}
.image-wrapper {
  background-color: #ffffff;
}
@media only screen and (min-width: 640px) {
  .image-wrapper {
    max-height: calc(100vh - 6rem);
  }
}
.image-credits {
  margin-bottom: 5px;
}
.image-caption {
  margin-top: 2px;
  margin-left: 20px;
}
.image-info {
  padding: calc(1rem / 2 * .5) 1rem 0px;
  margin-top: 5px;
  margin-bottom: calc(1rem / 2 * 5);
}
.image-info ul {
  margin: 0;
}
.image-info-items {
  margin-top: calc(1rem / 2 * .5);
  margin-right: 0px;
  margin-bottom: calc(1rem / 2 * 2);
  margin-left: initial;
  max-width: 100%;
}
.custom-image-wrapper {
  display: flex;
  flex-direction: row;
  justify-content: center;
  align-items: center;
}
.custom-image-wrapper img {
  height: 100%;
  object-fit: contain;
  transform: none;
  margin: 0;
}
.show-card {
  margin-bottom: 35px;
}
.project-info {
  margin: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
  padding: 0 calc(1rem / 2) 0;
}
.project-info .dates,
.project-info .location,
.project-info .institution,
.project-info .dimensions,
.project-info .medium {
  color: black;
}
.media-container {
  margin: 0 calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
}
.file-description {
  color: #969696;
}
.media-images-container {
  max-width: 700px;
  margin: auto;
  display: flex;
  flex-direction: row;
  flex-wrap: wrap;
  align-items: flex-start;
  justify-content: center;
  margin-bottom: 50px;
}
.media-images-container a {
  font-size: 8pt;
}
.media-image-element-container {
  display: flex;
  flex-direction: column;
  align-items: center;
  justify-content: center;
  margin: 0 5px 5px 5px;
}
.other-media-container {
  display: block;
}
.media-other-element-container {
  width: 200px;
  margin: 0 5px 5px 5px;
}
.frame-content .header-container {
  margin: 0px calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05) calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05) calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
}
.frame-content .frame-container {
  margin: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
  position: relative;
  height: calc(100vh - 95px);
  overflow: hidden;
}
.frame-content .frame-container.no-title {
  height: calc(100vh - 0px);
  margin: 0;
}
.frame-content .frame-container iframe {
  position: absolute;
  height: 100%;
  width: 100%;
  border: 0;
  background-color: #dadada;
}
.frame-content .frame-container iframe video {
  width: 100%;
  height: 100%;
}
h4 {
  margin: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 2);
  padding: calc(1rem / 2) calc(1rem / 2) calc(1rem / 2 * 1.05);
  background-color: #dadada;
}
.header-container h4 {
  display: -webkit-box;
  -webkit-box-orient: vertical;
  -webkit-line-clamp: 1;
  line-clamp: 1;
  overflow: hidden;
}
.show-card .if-break-lines,
.show-card .if-break-half {
  display: none;
}
.show-card.force-break-lines .if-break-lines {
  display: inline;
}
.show-card.force-break-half .if-break-half {
  display: inline;
}
.show-card.force-break-lines .if-not-break-lines {
  display: none;
}
.image-wrapper:not(.custom-image-wrapper) > img {
  max-width: 100%;
  width: auto;
  height: auto;
  max-height: calc(100vh - 6rem);
  object-fit: contain;
  display: block;
  margin-left: auto;
  margin-right: auto;
}
