/**
 * Mobile / iPhone Fixes
 */

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
    width: 100%;
  }

  body {
    font-size: 16px !important;
  }

  /* --- Typography --- */
  h1 { font-size: 18px !important; }
  h2 { font-size: 16px !important; }
  h3 { font-size: 15px !important; }

  p, span, div, li {
    font-size: 15px !important;
    line-height: 1.5 !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  /* --- Navigation: horizontal links across top --- */
  #site_menu {
    display: flex !important;
    flex-direction: row !important;
    flex-wrap: wrap !important;
    justify-content: center !important;
    align-items: center !important;
    width: 100% !important;
    max-width: 100% !important;
    min-width: unset !important;
    padding: 10px 8px !important;
    font-size: 13px !important;
    font-weight: 600 !important;
    text-align: center !important;
    background: #fff !important;
    position: relative !important;
    box-sizing: border-box !important;
    gap: 4px !important;
  }

  #site_menu .page-link,
  #site_menu .set-link {
    display: inline-block !important;
    padding: 4px 8px !important;
    white-space: nowrap !important;
  }

  #site_menu .page-link a,
  #site_menu .set-link > a {
    font-size: 13px !important;
    white-space: nowrap !important;
    letter-spacing: 0 !important;
  }

  #site_menu .break {
    display: none !important;
  }

  #site_menu .close {
    display: none !important;
  }

  /* Show menu, hide hamburger button */
  #site_menu_button {
    display: none !important;
  }

  #site_menu_panel,
  #site_menu {
    display: flex !important;
  }

  /* --- Layout / containers --- */
  .content,
  .container,
  .page_content,
  [data-layout],
  [grid-col] {
    width: 100% !important;
    max-width: 100% !important;
    float: none !important;
    box-sizing: border-box !important;
  }

  [grid-row] {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: column !important;
    width: 100% !important;
  }

  [grid-col] {
    flex: none !important;
    padding-left: 0 !important;
    padding-right: 0 !important;
  }

  /* --- Content padding --- */
  [data-css-preset] .content_padding {
    padding: 1.5rem !important;
  }

  .page_content {
    padding: 12px !important;
  }

  .page_content p,
  .page_content div {
    max-width: 10% !important;
    overflow: hidden !important;
  }

  /* --- Images --- */
  img {
    max-width: 100% !important;
    height: auto !important;
    display: block !important;
  }

  .page_content img {
    max-width: 100% !important;
    height: auto !important;
    margin: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  /* --- Thumbnails --- */
  [data-css-preset] [thumbnails-pad] {
    padding: 1rem !important;
  }

  [data-css-preset] [thumbnails-gutter] {
    margin: -0.5rem !important;
  }

  /* --- Misc --- */
  .project_title, .name, #name {
    text-align: center !important;
  }

  [data-css-preset] text-limit {
    max-width: 100% !important;
  }
}/**
 * Content
 */
/* Fix mobile/iPhone layout */
@media only screen and (max-width: 768px) {
  body {
    overflow-x: hidden;
  }

  /* Stack columns vertically on mobile */
  .cargo-set,
  [data-predefined-layout] {
    display: block !important;
    width: 100% !important;
  }

  /* Make images responsive */
  img {
    max-width: 100% !important;
    height: auto !important;
  }

  /* Prevent text overflow */
  p, h1, h2, h3, span {
    word-wrap: break-word;
    overflow-wrap: break-word;
  }
}
body {
  background-color: #fff;
  color: #000;
}

a:active { opacity: 0.7; }
.page a.active { opacity: 0.4; }

i, em { font-style: italic; }
b, strong { font-weight: bolder; }

sub { position: relative; vertical-align: baseline; top: 0.3em; }
sup { position: relative; vertical-align: baseline; top: -0.4em; }
s { text-decoration: line-through; }

img { border: none; padding: 0; }

ul, ol { margin: 0; padding: 0 0 0 1em; }
blockquote { margin: 0; padding: 0 0 0 2em; }

hr {
  background: rgba(127, 127, 127, 0.2);
  border: 0;
  height: 1px;
  display: block;
}

.content img {
  float: none;
  margin-bottom: .5em;
}

.gallery_image_caption {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.5rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.35);
  font-family: "Neue Haas Grotesk", Icons;
  font-style: normal;
  line-height: 1.3;
}

/**
 * Loading Animation
 */

.loading[data-loading] {
  position: fixed;
  bottom: 8px;
  left: 8px;
}

/**
 * Editor styles
 */

[data-predefined-style="true"] bodycopy {
  font-size: 1.8rem;
  color: rgba(1, 1, 1, 1);
  font-family: "Arizona Serif Variable", Icons;
  line-height: 1.4;
  font-style: normal;
  font-weight: 400;
  font-variation-settings: 'slnt' 0, 'SRFF' 1;
}

[data-predefined-style="true"] bodycopy a {
  color: rgba(0, 0, 0, 1);
  border-bottom: 0.0em solid rgba(127, 127, 127, 0.2);
  text-decoration: none;
}

bodycopy a.image-link,
bodycopy a.icon-link,
bodycopy a.image-link:hover,
bodycopy a.icon-link:hover {
  border-bottom: 0;
  padding-bottom: 0;
}

[data-predefined-style="true"] h1 {
  font-family: HelveticaNeue-Light, "Helvetica Neue Light", Icons;
  padding: initial;
  margin: 0;
  font-size: 2rem;
  line-height: 1.2;
  color: rgb(0, 0, 0);
  font-style: normal;
  font-weight: normal;
}

[data-predefined-style="true"] h1 a { color: rgb(0, 0, 0); }

[data-predefined-style="true"] h2 {
  font-family: "Gravity Variable", Icons;
  padding: initial;
  margin: 0;
  color: rgba(0, 0, 0, 0.85);
  font-size: 8rem;
  line-height: 1.2;
  font-style: inherit;
  font-variation-settings: 'wdth' initial, 'slnt' inherit;
}

[data-predefined-style="true"] h2 a { color: rgba(253, 253, 253, 0.85); }

[data-predefined-style="true"] small {
  display: inline-block;
  font-size: 7.5rem;
  line-height: 1.6;
  font-family: "Gravity Variable", Icons;
  letter-spacing: .1rem;
  font-style: normal;
  color: rgba(0, 0, 0, 0.85);
  font-variation-settings: 'wdth' 150, 'slnt' 0;
}

[data-predefined-style="true"] small a {
  color: rgba(0, 0, 0, 0.85);
  border-bottom-width: 0em;
}

/**
 * Layout / Presets
 */

[data-css-preset] .page { background-color: initial; }

.mobile .page,
[data-css-preset].mobile .page {
  position: relative;
  min-height: 10px;
  max-width: 100%;
  width: 100%;
  background-color: transparent;
}

[data-css-preset] .container {
  margin-left: auto;
  margin-right: auto;
  text-align: justify;
}

[data-css-preset] body { background-color: rgb(255, 255, 255); }
[data-css-preset] .container_width { width: 100%; }

[data-css-preset] .content_padding {
  padding: 3.8rem;
}

[data-css-preset] text-limit {
  display: inline-block;
  max-width: 66rem;
}

/**
 * Thumbnails
 */

div[thumbnails] { justify-content: flex-start; }
[data-css-preset] .thumbnails { background-color: #fff; }
[data-css-preset] .thumbnails_width { width: 100%; }
[data-css-preset] [thumbnails-pad] { padding: 5rem; }
[data-css-preset] [thumbnails-gutter] { margin: -10rem; }
[data-css-preset] [responsive-layout] [thumbnails-pad] { padding: 0.15625rem; }
[data-css-preset] [responsive-layout] [thumbnails-gutter] { margin: -0.3125rem; }

.thumbnails .thumb_image {
  outline: 0px solid rgba(0,0,0,.12);
  outline-offset: -1px;
}

.thumbnails .title {
  margin-top: 1.2rem;
  margin-bottom: .3rem;
  font-size: 1.8rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-family: "Neue Haas Grotesk", Icons;
  font-style: normal;
  line-height: 1.3;
}

.thumbnails .tags {
  margin-top: 1.2rem;
  margin-bottom: 0.5rem;
  font-size: 1.6rem;
  font-weight: 400;
  color: rgba(0, 0, 0, 1);
  font-family: "Neue Haas Grotesk", Icons;
  font-style: normal;
  line-height: 1.2;
}

.thumbnails .tags a {
  border-bottom: 0;
  color: rgba(0, 0, 0, 0.84);
  text-decoration: none;
}

.thumbnails .has_title .tags { margin-top: 0rem; }

/**
 * Site Menu Button
 */

[data-css-preset] #site_menu_button {
  color: transparent;
  line-height: 1;
  font-size: 36px;
  padding: 0;
  background: transparent;
  position: absolute;
  top: 3rem;
  right: 3rem;
}

body.mobile #site_menu_button {
  margin: -6px;
  font-size: 34px;
}

#site_menu_button.custom_icon { width: 0px; height: auto; }
#site_menu_button.active { display: none; }

/**
 * Site Menu
 */

#site_menu {
  font-family: "Neue Haas Grotesk", Icons;
  background: transparent;
  font-size: 20px;
  font-style: normal;
  padding: 20px 30px 90px 30px;
  max-width: 400px;
  min-width: 300px;
  text-align: justify;
  display: block;
  justify-content: center;
  font-weight: 900;
}

body.mobile #site_menu { width: 100%; }

#site_menu .page-link a { color: rgba(20, 255, 0, 0.75); }
#site_menu .set-link > a { color: rgba(20, 255, 0, 0.75); font-weight: bold; }
#site_menu a:active { opacity: .7; }
#site_menu a.active { opacity: .4; }

#site_menu .close {
  display: none;
  color: rgba(20, 255, 0, 0.75);
  line-height: .85em;
  font-size: 45px;
}

body.mobile #site_menu .close {
  display: block;
  font-size: 50px;
  line-height: 1em;
}

#site_menu .break { height: 28px; }
#site_menu .indent { margin-left: 28px; }

/**
 * Shop Button
 */

[data-css-preset] #shop_button {
  color: rgba(0, 0, 0, 0.85);
  background: transparent;
  font-size: 32px;
  font-style: normal;
  font-weight: 400;
  line-height: 1;
  position: fixed;
  padding: 6px;
  top: 2rem;
  right: 2rem;
}

#shop_button.text {
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 2rem;
  padding: 0;
  font-weight: 400;
  color: rgba(0, 0, 0, 0.85);
}

#shop_button.custom_icon { width: 40px; height: auto; }

body.mobile #shop_button:not(.text) {
  margin: -6px;
  font-size: 36px;
}

/**
 * Shop Product Widget
 */

.shop_product {
  width: 100%;
  max-width: 22rem;
  position: relative;
  display: block;
}

.shop_product .price {
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 1.8rem;
  line-height: 1;
  color: rgba(0, 0, 0, 0.85);
  display: block;
  margin-bottom: 1rem;
}

.shop_product .dropdown {
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 1.6rem;
  display: inline-block;
  width: 100%;
  border: 1px solid rgba(0,0,0,.2);
  background: white url(https://static.cargo.site/assets/images/select-line-arrows.svg) no-repeat right;
  margin-bottom: 1rem;
  line-height: 1.2;
  padding: .7rem 2.5rem .7rem 1rem;
}

.shop_product .button {
  font-family: "Neue Haas Grotesk", Icons;
  font-size: 1.6rem;
  background: rgba(0, 0, 0, 0.7);
  color: rgba(255,255,255,1);
  flex: 0 0 50%;
  text-align: left;
  display: inline-block;
  line-height: 1;
  padding: .8rem 1rem;
}

/**
 * Image Zoom
 */

.content img.image-zoom:active { opacity: .7; }

/**
 * Quick View
 */

[data-css-preset] .quick-view {
  padding: 2.5rem;
  height: 100%;
  width: 100%;
}

body.mobile .quick-view {
  width: 100%;
  height: 100%;
  margin: 0;
}

[data-css-preset] .quick-view-background { background: rgba(0, 0, 0, 0.8); }

.quick-view-caption {
  font-family: "Neue Haas Grotesk", Icons;
  transition: 100ms opacity ease-in-out;
  position: absolute;
  bottom: 0;
  left: 0;
  right: 0;
  margin: 3.5rem 0;
  text-align: center;
  font-size: 1.5rem;
  font-style: normal;
  font-weight: 400;
  line-height: 1.3;
}

.quick-view-caption span {
  padding: 0.5rem 1rem;
  display: inline-block;
  background: rgba(0,0,0,0.5);
  color: white;
}

/**
 * Quick View Navigation
 */

.quick-view-navigation .left-arrow { left: 10px; }
.quick-view-navigation .right-arrow { right: 10px; }

.quick-view-navigation .left-arrow,
.quick-view-navigation .right-arrow {
  height: 36px;
  width: 36px;
}

.quick-view-navigation .left-arrow .inner-color,
.quick-view-navigation .right-arrow .inner-color {
  stroke: #fff;
  stroke-width: 1.5px;
}

.quick-view-navigation .left-arrow .outer-color,
.quick-view-navigation .right-arrow .outer-color {
  stroke: rgba(0, 0, 0, 0.6);
  stroke-width: 2.5px;
}

.quick-view-navigation .close-button {
  top: 10px;
  right: 10px;
  width: 36px;
  height: 36px;
}

.quick-view-navigation .close-button .inner-color { stroke: #fff; stroke-width: 1.5px; }
.quick-view-navigation .close-button .outer-color { stroke: rgba(0, 0, 0, 0.6); stroke-width: 2.5px; }

/**
 * Image Gallery Navigation
 */

.image-gallery-navigation .left-arrow,
.image-gallery-navigation .right-arrow {
  height: 36px;
  width: 36px;
}

.image-gallery-navigation .left-arrow .inner-color,
.image-gallery-navigation .right-arrow .inner-color { stroke: #fff; stroke-width: 1.5px; }

.image-gallery-navigation .left-arrow .outer-color,
.image-gallery-navigation .right-arrow .outer-color { stroke: rgba(0, 0, 0, 0.6); stroke-width: 2.5px; }

/**
 * Wallpaper Navigation
 */

.wallpaper-navigation .left-arrow,
.wallpaper-navigation .right-arrow { width: 36px; height: 36px; }

.wallpaper-navigation .left-arrow .inner-color,
.wallpaper-navigation .right-arrow .inner-color { stroke: #fff; stroke-width: 1.5px; }

.wallpaper-navigation .left-arrow .outer-color,
.wallpaper-navigation .right-arrow .outer-color { stroke: rgba(0, 0, 0, 0.6); stroke-width: 2.5px; }

/**
 * Feed
 */

.feed .content_container .page { border-top: 0px dashed rgba(0, 0, 0, 0.2); }
.feed .content_container .page_container:first-child .page { border-top: 0; }

/**
 * Audio Player
 */

.audio-player {
  max-width: 36rem;
  height: 3.3rem;
  outline: 1px solid rgba(0,0,0,0.15);
  color: rgba(0, 0, 0, 0.6);
  background: #fff;
  font-size: 1.2rem;
  line-height: 1.3;
  font-family: -apple-system, BlinkMacSystemFont, "Segoe UI", Roboto, Oxygen, Ubuntu, Cantarell, "Open Sans", "Helvetica Neue", sans-serif, Icons;
  font-style: normal;
  font-weight: 400;
  text-align: left;
  margin: 1px 1px 1em 1px;
}

body.mobile .audio-player { max-width: 100%; }

.audio-player .separator { width: 1px; background-color: rgba(0,0,0,0.15); }
.audio-player .button { background: transparent; cursor: pointer; fill: rgba(0, 0, 0, 0.85); }
.audio-player .icon { fill: rgba(0, 0, 0, 0.85); padding: 30%; width: 100%; margin: auto; }
.audio-player .buffer { background: rgba(0,0,0,0.03); }
.audio-player .progress { background: rgba(0,0,0,0.1); }
.audio-player .progress-indicator {
  border: 1px solid rgba(0, 0, 0, 0.7);
  width: 1px;
  height: 100%;
  right: 0;
  position: absolute;
  cursor: ew-resize;
}
.audio-player .note-icon { height: 100%; width: 3.8rem; padding: 1rem; fill: rgba(0, 0, 0, 0.5); }
.audio-player .current-time { padding-left: 1rem; }
.audio-player .total-time { padding-right: 1rem; }

/**
 * Mobile / iPhone Fixes
 */

@media (max-width: 768px) {
  html, body {
    overflow-x: hidden;
    max-width: 100%;
  }

  body {
    font-size: 16px;
}

  h1 { font-size: 20px !important; }
  h2 { font-size: 22px !important; }
  h3 { font-size: 16px !important; }

  img {
    max-width: 100% !important;
    height: auto !important;
  }

  .content, .container, [data-layout] {
    width: 100% !important;
    float: none !important;
    flex-direction: column !important;
    box-sizing: border-box;
  }

  .page_content {
    width: 100% !important;
    max-width: 100% !important;
    padding: 10px !important;
    box-sizing: border-box !important;
  }

  .page_content p,
  .page_content div {
    max-width: 100% !important;
    overflow: hidden !important;
    word-wrap: break-word !important;
    overflow-wrap: break-word !important;
  }

  .page_content img {
    display: block !important;
    max-width: 100% !important;
    height: auto !important;
    margin: auto !important;
    visibility: visible !important;
    opacity: 1 !important;
  }

  [grid-row] {
    display: flex !important;
    flex-wrap: wrap !important;
    flex-direction: row !important;
    justify-content: center !important;
    width: 100% !important;
  }

  [grid-col] {
    width: auto !important;
    flex: none !important;
  }

  [grid-row] h2,
  [grid-row] h2 a {
    font-size: 1px !important;
    margin: 2px 4px !important;
    line-height: 1.2 !important;
    letter-spacing: 0 !important;
    white-space: nowrap !important;
  }

  [grid-col="8"] {
    padding-left: 50px !important;
    padding-right: 0px !important;
    box-sizing: content-box !important;
  }

  .project_title, .name, #name {
    text-align: center;
  }
}@media (max-width: 768px) {
  /* Tighten spacing between videos */
  .thumbnails [thumbnails-pad],
  [thumbnails-pad] {
    padding: 0.3rem !important;
  }

  [thumbnails-gutter] {
    margin: -0.3rem !important;
  }

  /* Reduce gap between any embedded video/iframe blocks */
  iframe,
  video,
  [data-media],
  .media,
  .video {
    margin-bottom: 0.5rem !important;
    margin-top: 0 !important;
  }

  /* Tighten general block spacing */
  .page_content > *,
  .content > * {
    margin-top: 0.4rem !important;
    margin-bottom: 0.4rem !important;
  }
}
@media screen and (max-width: 768px) {
  html {
    min-width: 1024px;
  }
}
/* ── Mobile: match desktop sizing ── */
@media screen and (max-width: 768px) {

  /* Font size & spacing */
  body, p, div, span, a {
    font-size: inherit !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }

  /* Tighten video/media block spacing */
  .project, .project-container, [class*="project"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Fix general padding/margins on mobile */
  .content, .page, .content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

  /* Prevent mobile browsers from shrinking fonts */
  html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

}
/* ── Mobile: match desktop sizing ── */
@media screen and (max-width: 768px) {

  /* Lock font to match desktop exactly */
  body, p, div, span, a, h1, h2, h3, h4, h5, h6 {
    font-size: 14px !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }

  /* Prevent mobile browsers from auto-adjusting text */
  html {
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  /* Fix images — no pinching needed */
  img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Tighten video/media block spacing */
  .project, .project-container, [class*="project"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
  }

  /* Fix general padding/margins on mobile */
  .content, .page, .content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
  }

}/* ── Mobile: match desktop sizing ── */
@media screen and (max-width: 768px) {

  /* Stop ALL horizontal overflow — kills the pinch/scroll effect */
  html, body {
    max-width: 100% !important;
    overflow-x: hidden !important;
    -webkit-text-size-adjust: 100% !important;
    text-size-adjust: 100% !important;
  }

  /* Lock font to match desktop */
  body, p, div, span, a, h1, h2, h3, h4, h5, h6 {
    font-size: 14px !important;
    line-height: inherit !important;
    letter-spacing: inherit !important;
  }

  /* Make images fit screen */
  img {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Make videos fit screen — no sideways scrolling */
  iframe, video, embed, object {
    max-width: 100% !important;
    width: 100% !important;
    height: auto !important;
  }

  /* Tighten video/media block spacing */
  .project, .project-container, [class*="project"] {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
    padding-top: 0 !important;
    padding-bottom: 0 !important;
    max-width: 100% !important;
    overflow: hidden !important;
  }

  /* Fix general padding/margins */
  .content, .page, .content-inner {
    padding-left: 0 !important;
    padding-right: 0 !important;
    margin-left: 0 !important;
    margin-right: 0 !important;
    max-width: 100% !important;
  }

}/* ── Fix mobile to match desktop ── */

/* Stop horizontal scroll and overflow */
html, body {
  overflow-x: hidden !important;
  max-width: 100% !important;
  -webkit-text-size-adjust: 100% !important;
  text-size-adjust: 100% !important;
}

/* Lock body font to desktop size */
body.mobile bodycopy,
body.mobile bodycopy p,
body.mobile bodycopy div,
body.mobile bodycopy span,
body.mobile bodycopy a {
  font-size: 14px !important;
}

/* Match desktop h2 size (nav links: FILMS, MUSIC etc) */
body.mobile h2 {
  font-size: 2rem !important;
  line-height: 1.1 !important;
}

/* Match desktop small size (ANNE PERRI title) */
body.mobile small {
  font-size: 3rem !important;
  line-height: 1.1 !important;
}

/* Stop grid columns collapsing on mobile */
body.mobile [grid-responsive] [grid-col] {
  width: auto !important;
  flex: 1 !important;
}

/* Fit images and videos to screen — no sideways scroll */
body.mobile img,
body.mobile iframe,
body.mobile video {
  max-width: 100% !important;
  height: auto !important;
}

/* Remove excess padding/margins on mobile */
body.mobile .content_padding {
  padding-left: 0 !important;
  padding-right: 0 !important;
}

body.mobile .main_container,
body.mobile .container_width {
  max-width: 100% !important;
  overflow-x: hidden !important;
}
body.mobile .main_container {
  transform: none !important;
  -webkit-transform: none !important;
  zoom: 1 !important;
}

body.mobile .container_width {
  transform: none !important;
  -webkit-transform: none !important;
  zoom: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.mobile bodycopy {
  font-size: 14px !important;
}

body.mobile h2 {
  font-size: 2rem !important;
}

body.mobile small {
  font-size: 3rem !important;
}

html, body {
  overflow-x: hidden !important;
}
body.mobile .main_container {
  transform: none !important;
  -webkit-transform: none !important;
  zoom: 1 !important;
}

body.mobile .container_width {
  transform: none !important;
  -webkit-transform: none !important;
  zoom: 1 !important;
  width: 100% !important;
  max-width: 100% !important;
}

body.mobile bodycopy {
  font-size: 14px !important;
}

body.mobile h2 {
  font-size: 2rem !important;
}

body.mobile small {
  font-size: 3rem !important;
}

html, body {
  overflow-x: hidden !important;
}
/* Fix Vimeo video sizing on mobile */
@media (max-width: 768px) {
  iframe[src*="vimeo"] {
    width: 100vw !important;
    height: 56.25vw !important; /* maintains 16:9 ratio */
  }
}/* Make Vimeo videos full width on mobile */
@media (max-width: 768px) {
  iframe[src*="vimeo"] {
    width: 100vw !important;
    height: 56.25vw !important;
    margin-left: calc(-50vw + 50%) !important;
    max-width: none !important;
    display: block !important;
  }
}
/* empty */