/* V-CORE desktop simplification and mobile card containment v20. */

@media (min-width: 701px) {
  .vcore-image-lock .vcore-layer-rail {
    display: none !important;
  }
}

@media (max-width: 700px) {
  .skin-depth-copy {
    position: relative;
    display: block;
    overflow: hidden;
    padding-top: 24px !important;
  }

  .skin-depth-copy .kicker {
    position: relative !important;
    inset: auto !important;
    display: block;
    width: 100%;
    max-width: 100%;
    margin: 0 0 15px !important;
    padding: 0 !important;
    transform: none !important;
    white-space: normal;
    overflow-wrap: anywhere;
  }
}
