/** Shopify CDN: Minification failed

Line 625:14 Expected identifier but found whitespace
Line 625:16 Unexpected "{"
Line 625:25 Expected ":"
Line 625:62 Expected ":"
Line 626:17 Expected identifier but found whitespace
Line 626:19 Unexpected "{"
Line 626:28 Expected ":"
Line 626:68 Expected ":"

**/
/* SHOPIFY_STYLESHEETS_VERSION: 1.0 */


/* CSS from section stylesheet tags */
/* START_SECTION:clay-classes (INDEX:20) */
/* === Clay section — Digital Art pastel palette === */
  .aws-clay-wrap{
    max-width: 100vw;
    margin: 0 auto;
    padding: 0 16px 24px;
    color: #0f172a;
    font-family: -apple-system, BlinkMacSystemFont, 'Segoe UI', Roboto, sans-serif;
  }

  /* HERO */
  .aws-clay-hero{
    position: relative;
    height: auto;
    overflow: hidden;
    display: flex;
    align-items: center;
    justify-content: center;
    background: #e2e8f0;
    isolation: isolate;
    width:100%;
  }
  .aws-clay-hero__img{
    position: absolute;
    inset: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
  }
  .aws-clay-hero__placeholder{
    position: absolute;
    inset: 0;
    background:
      radial-gradient(600px 280px at 30% 20%, rgba(253,230,138,.5), transparent 60%),
      radial-gradient(600px 280px at 80% 30%, rgba(186,230,253,.5), transparent 60%),
      linear-gradient(135deg, #fde68a, #fbcfe8, #ddd6fe, #bae6fd);
  }
  .aws-clay-hero__overlay{
    position: absolute;
    inset: 0;
    background:
      linear-gradient(135deg, rgba(253,230,138,.42), rgba(251,207,232,.40), rgba(221,214,254,.45), rgba(186,230,253,.42));
    z-index: 1;
  }
  .aws-clay-hero__title{
    position: relative;
    z-index: 2;
    margin: 0;
    font-size: clamp(56px, 9vw, 88px);
    font-weight: 900;
    letter-spacing: 4px;
    line-height: 1;
    color: #0f172a;
    text-transform: uppercase;
    /* chunky white outline like the reference */
    -webkit-text-stroke: 10px #fff;
    paint-order: stroke fill;
    filter: drop-shadow(0 6px 18px rgba(15,23,42,.18));
    transform: rotate(-1.5deg);
  }

  /* DESCRIPTION */
  .aws-clay-desc{
    max-width: 80vw;
    margin: 3vw auto;
    text-align: center;
    color: #334155;
    font-size: 1.15vw;
    line-height: 1.7;
    font-weight: 400;
  }

  /* GRID */
  .aws-clay-grid{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 18px;
    align-items: start;
  }
  .aws-clay-col{
    display: grid;
    gap: 18px;
    align-content: start;
  }

  /* CARDS — same language as Digital Art section */
  .aws-clay-card{
    border: 1px solid rgba(15,23,42,.10);
    border-radius: 18px;
    overflow: hidden;
    background: rgba(255,255,255,.78);
    box-shadow: 0 8px 24px rgba(15,23,42,.04);
  }
  .aws-clay-card__head{
    padding: 16px 14px 12px;
    text-align: center;
    border-bottom: 1px solid rgba(15,23,42,.06);
    background: linear-gradient(135deg,#fde68a,#fbcfe8,#ddd6fe,#bae6fd);
  }
  .aws-clay-card__title{
    margin: 0;
    font-size: clamp(18px, 1.6vw, 1.5vw);
    font-weight: 700;
    line-height: 1.2;
    color: #0f172a;
  }
  .aws-clay-card__title--gradient{
    background: linear-gradient(90deg, #8b5cf6, #ec4899, #f59e0b);
    -webkit-background-clip: text;
    -webkit-text-fill-color: transparent;
    background-clip: text;
  }
  .aws-clay-card__subtitle{
    margin: 4px 0 0;
    font-size: 1.2vw;
    font-weight: 600;
    color: #0f172a;
    margin-top:1vw;
  }
  .aws-clay-card__body{
    box-shadow: inset 0px 0px 7px 1px #c4c2c2;
    padding-bottom:20px;
  }

  /* TABLE HEAD */
  .aws-clay-table-head{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 0;
    padding: 8px 0 10px;
    margin-bottom: 12px;
    text-align: center;
    font-size: 1.15vw!important;
   font-weight: 600;
   color: #0f172a;
   box-shadow: inset 0px 0px 7px 1px #c4c2c2;
  }
  .aws-clay-table-head--pricing{
    font-size: 1.15vw!important;
  }

  /* ROWS */
  .aws-clay-row{
    display: grid;
    grid-template-columns: 1fr 1fr;
    gap: 10px;
    align-items: center;
    padding: 0.5vw;
    position: relative;
  }
  .aws-clay-row + .aws-clay-row{
    margin-top: 2px;
  }
  /* vertical divider line between columns */
  .aws-clay-row:before{
    content: "";
    position: absolute;
    left: 50%;
    top: 4px;
    bottom: 4px;
    width: 2px;
    background: #0f172a;
    transform: translateX(-50%);
  }
  .aws-clay-row--curriculum{
    align-items: center;
  }
  .aws-clay-row--curriculum .aws-clay-cell:last-child{
    text-align: center;
  }
  .aws-clay-row--pricing .aws-clay-cell--prices{
    display: flex;
    gap: 8px;
    justify-content: center;
  }

  .aws-clay-cell{
    display: flex;
    justify-content: center;
    align-items: center;
    min-width: 0;
  }

  /* PILLS — Digital Art pastel gradients */
  .aws-clay-pill{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 35px;
  padding: 0.5vw 1vw;   
   border-radius: 999px;
    font-size: 0.8vw;
    font-weight: 600;
    line-height: 1.4em;
    text-align: center;
    white-space: nowrap;
    max-width: 100%;


  }
  .aws-clay-pill--primary{
    color: #0f172a;
    background: linear-gradient(135deg, #fde68a, #fbcfe8, #ddd6fe, #bae6fd);
    border: 1px solid rgba(15,23,42,.10);
    box-shadow: 0 4px 12px rgba(15,23,42,.08);
  }
  .aws-clay-pill--outline{
    color: #0f172a;
    background: rgba(255,255,255,.85);
    border: 1.5px solid transparent;
    background-clip: padding-box;
    position: relative;
    box-shadow: 0 4px 12px rgba(15,23,42,.06);
  }
  .aws-clay-pill--outline:before{
    content: "";
    position: absolute;
    inset: 0;
    border-radius: 999px;
    padding: 1.5px;
    background: linear-gradient(135deg, #8b5cf6, #ec4899, #f59e0b);
    -webkit-mask: linear-gradient(#fff 0 0) content-box, linear-gradient(#fff 0 0);
    -webkit-mask-composite: xor;
    mask-composite: exclude;
    pointer-events: none;
  }
  .aws-clay-pill--sm{
  min-height: 35px;
  padding: 0.5vw 1vw;
  font-size: 0.8vw;
  }
  .aws-clay-curriculum-text{
    font-size: 0.8vw;
    line-height: 1.5;
    color: #1e293b;
    font-weight: 500;
    padding-left: 6px;
  }

  /* PRICING - price pills */
  .aws-clay-price{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-width: 64px;
    min-height: 36px;
    padding: 8px 14px;
    border-radius: 999px;
    font-size: 0.8vw;
    font-weight: 700;
    line-height: 1;
    border: 1.5px solid;
  }
  .aws-clay-price--member{
    background: rgba(253,230,138,.55);
    border-color: rgba(245,158,11,.35);
    color: #0f172a;
  }
  .aws-clay-price--nonmember{
    background: rgba(221,214,254,.55);
    border-color: rgba(139,92,246,.35);
    color: #0f172a;
  }

  .aws-clay-divider{
    height: 1px;
    background: rgba(15,23,42,.10);
    margin: 16px 0 14px;
  }
  .aws-clay-pricing-subtitle{
    text-align: center;
    font-size: 1.2vw!important;
    font-weight: 600;
    color: #0f172a;
    margin-top:2vw auto 0vw;
  }
  .aws-clay-pricing-subtext{
    text-align: center;
    font-size: 12px;
    color: #64748b;
    margin: 0 0 8px;
  }

  .aws-clay-note{
    margin-top: 12px;
    text-align: center;
    font-size: 0.8vw;
    line-height: 1.6;
    color: #64748b;
    font-style: italic;
    padding:1vw;
  }
  .aws-clay-note p{ margin: 2px 0; }

  /* GALLERY */
  .aws-clay-gallery{
    position: relative;
    border-radius: 18px;
    overflow: hidden;
    border: 1px solid rgba(15,23,42,.10);
    background: #fff;
    aspect-ratio: 4 / 3;
  }
  .aws-clay-gallery__track{
    width: 100%;
    height: 100%;
    display: flex;
  }
  .aws-clay-gallery__img{
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
  }
  .aws-clay-gallery__nav{
    position: absolute;
    top: 50%;
    transform: translateY(-50%);
    width: 36px;
    height: 36px;
    border-radius: 999px;
    border: none;
    background: rgba(255,255,255,.85);
    color: #0f172a;
    font-size: 22px;
    line-height: 1;
    cursor: pointer;
    display: flex;
    align-items: center;
    justify-content: center;
    box-shadow: 0 4px 12px rgba(15,23,42,.15);
  }
  .aws-clay-gallery__nav--prev{ left: 10px; }
  .aws-clay-gallery__nav--next{ right: 10px; }
  .aws-clay-gallery__caption{
    position: absolute;
    bottom: 0;
    left: 0;
    right: 0;
    margin: 0;
    padding: 8px 12px;
    background: linear-gradient(to top, rgba(15,23,42,.55), transparent);
    color: #fff;
    font-size: 12px;
    text-align: center;
  }

  /* CTA */
  .aws-clay-cta{
display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 48px;
    padding: 10px 18px;
    gap:3vw;
    border-radius: 999px;
    text-decoration: none;
    font-weight: 600;
    font-size: 0.8vw;
    letter-spacing: .45px;
    text-transform: uppercase;
    transition: transform .25s ease, box-shadow .25s ease, background .25s ease, color .25s ease, border-color .25s ease;
    white-space: nowrap;
  }
  .aws-clay-btn{
    display: inline-flex;
    align-items: center;
    justify-content: center;
    min-height: 40px;
    padding: 1vw 2vw;
    border-radius: 999px;
    font-size: 0.8vw;
    font-weight: 600;
    text-decoration: none;
    letter-spacing: .2px;
    transition: transform .2s ease, box-shadow .2s ease, background .2s ease;
    white-space: nowrap;
  }
  .aws-clay-btn--primary{
    color: #1e293b;
    background: linear-gradient(135deg, #fde68a, #fbcfe8, #ddd6fe, #bae6fd);
    border: 1px solid rgba(15, 23, 42, .10);
    box-shadow: 0 10px 22px rgba(15, 23, 42, .14), inset 0 1px 0 rgba(255, 255, 255, .6);
  }
  .aws-clay-btn--primary:hover{
    transform: translateY(-2px);
    background: linear-gradient(135deg, #f59e0b, #ec4899, #8b5cf6);
    border-color: transparent;
    box-shadow: 0 12px 28px rgba(15,23,42,.22);
    color:#fff;
  }
  .aws-clay-btn--secondary{
    color: #0f172a;
    background: #fff;
    border: 2px solid #0f172a;
    box-shadow: 0 8px 20px rgba(15,23,42,.08);
  }
  .aws-clay-btn--secondary:hover{
    transform: translateY(-2px);
    background: linear-gradient(135deg, #fde68a, #fbcfe8, #ddd6fe, #bae6fd);
    box-shadow: 0 12px 28px rgba(15,23,42,.14);
  }

  /* RESPONSIVE */
  @media (max-width: 900px){
    .aws-clay-grid{ grid-template-columns: 1fr; }
    .aws-clay-hero{ height: 200px; }
    .aws-clay-hero__title{ font-size: 56px; }
  }
  @media (max-width: 640px){
    .aws-clay-wrap{ padding: 0 12px 20px; }
    .aws-clay-desc{ font-size: 13px; padding: 0 4px; }
    .aws-clay-pill{ min-height: 38px; padding: 8px 14px; font-size: 13px; }
    .aws-clay-price{ min-width: 58px; min-height: 32px; padding: 6px 10px; font-size: 12px; }
    .aws-clay-curriculum-text{ font-size: 12px; }
    .aws-clay-cta{ flex-direction: column; }
    .aws-clay-btn{ width: 100%; }
  }

/* ==========================================================================
   DESIGN SYSTEM ALIGNMENT
   ==========================================================================
   This page was built with its own card markup rather than the shared
   .aws-table, which is why it looked unlike the camp pages. Re-skinned here
   instead of rebuilt, so the intro copy, gallery, notes and buttons survive.
   Tokens come from assets/aws-design-system.css.
   ========================================================================== */

.aws-clay-card {
  border: 1px solid var(--aws-line, rgba(15,23,42,.08));
  border-radius: var(--aws-radius-card, clamp(14px,1.8vw,30px));
  background: var(--aws-surface, #fff);
  box-shadow: var(--aws-shadow, 0 8px 24px rgba(15,23,42,.05));
  overflow: hidden;
}

/* Card headers take the pastel wash used on the reference pricing table. */
.aws-clay-card__head {
  padding: clamp(14px,1.4vw,22px) clamp(12px,1.4vw,20px);
  background:
    radial-gradient(500px 200px at 10% 0%, rgba(250,204,21,.35), transparent 60%),
    radial-gradient(500px 200px at 60% 0%, rgba(236,72,153,.30), transparent 60%),
    radial-gradient(500px 200px at 95% 0%, rgba(6,182,212,.30), transparent 60%),
    rgba(248,250,252,.95);
  border-bottom: 1px solid var(--aws-line, rgba(15,23,42,.08));
}

/* Headings use the accessible deep pink -> purple stops, not the yellow-led
   gradient that fails contrast. */
.aws-clay-card__title,
.aws-clay-card__title--gradient,
.aws-clay-hero__title {
  background: var(--aws-grad-heading, linear-gradient(90deg,#db2777,#7c3aed));
  -webkit-background-clip: text;
          background-clip: text;
  -webkit-text-fill-color: transparent;
  font-weight: 700;
}
@supports not ((-webkit-background-clip: text) or (background-clip: text)) {
  .aws-clay-card__title,
  .aws-clay-card__title--gradient,
  .aws-clay-hero__title {
    background: none; -webkit-text-fill-color: currentColor; color: #7c3aed;
  }
}
.aws-clay-card__subtitle,
.aws-clay-pricing-subtitle {
  color: var(--aws-muted, #475569);
  font-size: var(--aws-fs-body, clamp(14px,1.1vw,18px));
}

/* Column headers read as headers. */
.aws-clay-table-head,
.aws-clay-table-head--pricing {
  background: var(--aws-surface-2, #f8fafc);
  color: var(--aws-navy, #0f172a);
  font-size: var(--aws-fs-small, clamp(11px,.85vw,14px));
  font-weight: 800;
  letter-spacing: .06em;
  text-transform: uppercase;
  border-bottom: 1px solid var(--aws-line, rgba(15,23,42,.08));
}

/* Rows alternate and lift, matching the reference table. */
.aws-clay-row {
  padding: clamp(9px,1vw,18px) clamp(12px,1.4vw,26px);
  border-bottom: 1px solid rgba(15,23,42,.07);
  font-size: var(--aws-fs-td, clamp(13px,1vw,16px));
  transition: background-color .25s ease, box-shadow .25s ease;
}
.aws-clay-row:nth-of-type(even) { background: var(--aws-surface-2, #f8fafc); }
.aws-clay-row:hover { background: #fff; box-shadow: 0 4px 14px rgba(15,23,42,.06); }
.aws-clay-row:last-of-type { border-bottom: 0; }
.aws-clay-cell:first-child { font-weight: 700; color: var(--aws-navy, #0f172a); }
.aws-clay-cell--prices { font-variant-numeric: tabular-nums; }

.aws-clay-note {
  font-size: var(--aws-fs-small, clamp(11px,.85vw,14px));
  color: var(--aws-muted, #475569);
  font-style: italic;
}

/* Buttons match the rest of the site, and keep their label readable through
   the whole hover. */
.aws-clay-cta {
  border-radius: var(--aws-radius-pill, 999px);
  background: linear-gradient(90deg,#a855f7 0%,#ec4899 55%,#f97316 100%);
  color: #fff;
  font-weight: 800;
  border: 0;
  transition: transform .17s ease, box-shadow .17s ease, filter .17s ease;
}
.aws-clay-cta:hover,
.aws-clay-cta:focus-visible {
  color: #fff;
  transform: translateY(-2px);
  filter: saturate(1.12) brightness(1.04);
  box-shadow: 0 10px 24px rgba(168,85,247,.35);
}
.aws-clay-cta:active { transform: translateY(0); }

@media (prefers-reduced-motion: reduce) {
  .aws-clay-row, .aws-clay-cta { transition: none; }
  .aws-clay-cta:hover { transform: none; }
}
/* END_SECTION:clay-classes */

/* START_SECTION:custom-html-section (INDEX:24) */
/* Basic styling */
.custom-html-section {
  width: 100%;
  margin-left: auto;
  margin-right: auto;
}

.custom-html-section .custom-heading {
  margin: 0;
}

.custom-html-section .custom-body {
  width: 100%;
}

/* Make images inside the custom body full width */
.custom-html-section .custom-body img {
  width: 100%;
  height: auto;
  display: block;
}
/* END_SECTION:custom-html-section */

/* START_SECTION:digital-art-hero (INDEX:28) */
.aws-digital-hero{
  padding:38px 18px 26px;
  text-align:center;
  position:relative;
}
.aws-digital-hero:before{
  content:"";
  position:absolute;
  inset:0;
  background:
    radial-gradient(280px 140px at 18% 25%, rgba(255,255,255,.65), transparent 60%),
    radial-gradient(320px 160px at 80% 35%, rgba(255,255,255,.55), transparent 62%);
  pointer-events:none;
}
  .aws-digital-hero-inner {
    position: relative;
    z-index: 1;
  }
  .aws-digital-kicker {
    display: inline-flex;
    align-items: center;
    gap: 8px;
    padding: 8px 12px;
    border-radius: 999px;
    border: 1px solid rgba(15,23,42,.12);
    background: rgba(255,255,255,.70);
    color: #1e293b;
    font-weight: 600;
    font-size: 1vw;
    letter-spacing: .55px;
    text-transform: uppercase;
    box-shadow: 0 10px 22px rgba(15,23,42,.10);
    margin-bottom: 30px;
  }
  .aws-digital-sub {
    margin: 0 auto;
    max-width: 90vw;
    color: #334155;
    font-weight: 400;
    font-size: 1vw;
    line-height: 1.7;
  }
  @media (max-width: 640px) {
    .aws-digital-kicker {
      font-size: 16px;
    }
  }
/* END_SECTION:digital-art-hero */

/* START_SECTION:highlight-buttons (INDEX:154) */
.hbs_unique_wrapper {
  display: flex;
  justify-content: center;
  align-items: center;
  flex-wrap: wrap;
  gap: 1.5vw;
  padding-top: {{ section.settings.hbs_unique_padding_top }}px;
  padding-bottom: {{ section.settings.hbs_unique_padding_bottom }}px;
  position: relative;
  z-index: 999999;
  width:100%;
  max-width: 97vw;
  margin: 60px auto;
}

.hbs_unique_wrapper .hbs_unique_button {
  padding: 12px 28px;
  font-weight: bold;
  font-size: 16px;
  text-decoration: none;
  transition: all 0.3s ease;
  display: inline-block;
  text-align: center;
  border-radius: 6px;
  min-width: 30%;
}

/* Tablet: 700px – 1024px */
@media screen and (min-width: 700px) and (max-width: 1024px) {
  .hbs_unique_wrapper {
    gap: 20px !important;
    padding-top: calc({{ section.settings.hbs_unique_padding_top }}px * 0.8) !important;
    padding-bottom: calc({{ section.settings.hbs_unique_padding_bottom }}px * 0.8) !important;
  }

  .hbs_unique_wrapper .hbs_unique_button {
    font-size: 15px !important;
    padding: 10px 24px !important;
  }
}

/* Mobile: max-width 699px */
@media screen and (max-width: 699px) {
  .hbs_unique_wrapper {
    flex-direction: column !important;
    gap: 15px !important;
    padding-top: calc({{ section.settings.hbs_unique_padding_top }}px * 0.7) !important;
    padding-bottom: calc({{ section.settings.hbs_unique_padding_bottom }}px * 0.7) !important;
    margin-top: 50PX;
    margin-bottom: 50px;
    z-index:0;
  }

  .hbs_unique_wrapper .hbs_unique_button {
    width: 80% !important;
    font-size: 14px !important;
    padding: 10px 20px;
  }
}
@media only screen and (min-width: 1860px) {.hbs_unique_wrapper .hbs_unique_button{font-size: 26px;}}
/* END_SECTION:highlight-buttons */

/* START_SECTION:two-column-custom (INDEX:234) */
/* Basic responsive layout */
.two-col-wrapper {
  display: flex;
  flex-wrap: wrap;
  gap: 20px;
}
.two-col-wrapper.reverse-desktop {
  flex-direction: row-reverse;
}
.two-col-wrapper .col {
  flex: 1 1 50%;
  padding: 10px;
}
.two-col-wrapper.single-col .col {
  flex: 1 1 100%;
}
@media(max-width: 767px) {
  .two-col-wrapper {
    flex-direction: column;
  }
  .two-col-wrapper.reverse-mobile {
    flex-direction: column-reverse;
  }
}
/* END_SECTION:two-column-custom */

/* START_SECTION:two-column-reviews (INDEX:235) */
.centered-section {
  text-align: center;
  background-color: #ffffff00;
  padding: var(--section-padding, 60px 20px);
  margin: var(--section-margin, 0);
}

.centered-section h2 {
  font-family: "Montserrat", sans-serif;
  font-size: 36px;
  font-weight: 600;
  margin-top: var(--heading-margin-top, 0);
  margin-bottom: var(--heading-margin-bottom, 15px);
  color: #000;
    background: linear-gradient(90deg, #facc15, #ec4899, #8b5cf6, #06b6d4);
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
 
}

.centered-section .description {
  font-size: 18px;
  line-height: 1.6;
  color: #444;
  max-width: 800px;
  margin: 0 auto var(--description-margin-bottom, 40px) auto;
}

.centered-section .two-col {
  display: flex;
  flex-wrap: wrap;
  gap: var(--column-gap, 30px);
  justify-content: center;
  align-items: flex-start;
}

.centered-section .col {
  flex: 1;
  min-width: 300px;
  text-align: left;
}

.centered-section .col img {
  max-width: 100%;
  height: auto;
  border-radius: var(--image-radius, 8px);
  margin-bottom: var(--image-margin-bottom, 15px);
}

.image-wrap1 {
    display: flex;
    justify-content: flex-end;
}

/* Responsive */
@media (max-width: 767px) {
  .centered-section {
    padding: var(--section-padding-mobile, 40px 15px);
    margin: var(--section-margin-mobile, 0);
  }

  .centered-section h2 {
    font-size: 28px;
    margin-top: var(--heading-margin-top-mobile, 0);
    margin-bottom: var(--heading-margin-bottom-mobile, 10px);
  }

  .centered-section .description {
    font-size: 16px;
    margin-bottom: var(--description-margin-bottom-mobile, 30px);
  }

  .centered-section .two-col {
    flex-direction: column;
    gap: var(--column-gap-mobile, 20px);
  }
}
/* END_SECTION:two-column-reviews */

/* START_SECTION:video-gallery (INDEX:236) */
.two-col-container { margin: 0 auto; }

.two-col-wrapper {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  gap: 20px;
  justify-content: center;
  align-items: center;
}

.two-col-wrapper.reverse-desktop { flex-direction: row-reverse; }

.video-outer { width: 100%; margin-bottom: 10px; }

.video-wrapper {
  width: 100%;
  position: relative;
  padding-bottom: 56.25%;
  height: 0;
  overflow: hidden;
  background: #000;
}

.video-wrapper iframe,
.video-wrapper video {
  position: absolute !important;
  top: 0;
  left: 0;
  width: 100% !important;
  height: 100% !important;
  border: none;
}

.two-col-wrapper .col {
  flex: 1 1 50%;
  min-width: 0;
  display: flex;
  flex-direction: column;
  justify-content: center;
  align-items: center;
  text-align: center;
}

.two-col-wrapper .col img {
  max-width: 100%;
  height: auto;
  display: block;
}

@media(max-width: 767px) {
  .two-col-wrapper { flex-direction: column; }
  .two-col-wrapper.reverse-mobile { flex-direction: column-reverse; }
  .two-col-wrapper .col { width: 100%; flex: 1 1 100%; }
}
/* END_SECTION:video-gallery */