/*-- -------------------------- -->
<---          Gallery           -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .gallery-973 {
    padding: var(--sectionPadding);
  }
  .gallery-973 .cs-container {
    width: 100%;
    /* changes to 1280px at small desktop */
    max-width: 34.375rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  .gallery-973 .cs-title {
    color: var(--primary);
  }
  .gallery-973 .cs-text {
    font-size: 150%;
  }
  .gallery-973 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  .gallery-973 .cs-gallery {
    width: 100%;
    padding: 0;
    margin: 0;
    display: flex;
    justify-content: center;
    align-items: center;
    flex-wrap: wrap;
  }
  .gallery-973 .cs-image,
  .gallery-973 .cs-picture {
    width: 50%;
    aspect-ratio: 1;
    /* clips the image corners */
    overflow: hidden;
    display: block;
    position: relative;
  }
  .gallery-973 .cs-image img,
  .gallery-973 .cs-image video,
  .gallery-973 .cs-picture img,
  .gallery-973 .cs-picture video {
    position: absolute;
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    /* makes it act like a background image */
    object-fit: cover;
  }
  #gallery-973-1 .cs-container {
    padding-bottom: 0;
  }
  #gallery-973-2 .cs-container {
    padding-top: 0;
  }
}
/* Small Desktop - 1024px */
@media only screen and (min-width: 64rem) {
  .gallery-973 .cs-container {
    max-width: 80rem;
  }
  .gallery-973 .cs-image,
  .gallery-973 .cs-picture {
    width: 25%;
    height: 25rem;
  }
}
/*-- -------------------------- -->
<---           Video            -->
<--- -------------------------- -*/
/* Mobile - 360px */
@media only screen and (min-width: 0rem) {
  .video-548 {
    padding: var(--sectionPadding);
  }
  .video-548 .cs-container {
    width: 100%;
    max-width: 80rem;
    margin: auto;
    display: flex;
    flex-direction: column;
    align-items: center;
    /* 48px - 64px */
    gap: clamp(3rem, 6vw, 4rem);
  }
  .video-548 .cs-content {
    /* set text align to left if content needs to be left aligned */
    text-align: center;
    width: 100%;
    display: flex;
    flex-direction: column;
    /* centers content horizontally, set to flex-start to left align */
    align-items: center;
  }
  .video-548 .cs-big-link {
    width: 100%;
    /* 430px - 580px */
    height: clamp(26.875rem, 43vw, 36.25rem);
    display: flex;
    justify-content: center;
    align-items: center;
    position: relative;
  }
  .video-548 .cs-big-link:hover .cs-background img {
    transform: scale(1.1);
  }
  .video-548 .cs-link-icon {
    /* 80px - 110px */
    width: clamp(5rem, 11vw, 6.875rem);
    height: clamp(5rem, 11vw, 6.875rem);
    border-radius: 50%;
    position: absolute;
    z-index: 10;
    transition: transform 0.3s, box-shadow 0.3s;
  }
  .video-548 .cs-link-icon:hover {
    transform: scale(1.1);
    box-shadow: rgba(0, 0, 0, 0.5) 0px 7px 29px 0px;
  }
}

/*# sourceMappingURL=gallery.css.map */
