#picture-div-container > div, #third-row {
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  align-content: center;
  justify-content: flex-end;
  align-items: center;
  width: 100%;
  gap: 12px;
}

.image-height {
  height: 205px;
}

.image-height > div {
  height: 100%;
  background-size: cover;
  border-radius: 12px;
  background-position: center;
}

#picture-div-container {
  display: flex;
  flex-direction: column;
  flex-wrap: nowrap;
  align-content: flex-end;
  justify-content: flex-end;
  align-items: center;
  gap: 12px;
}

#yinka-praying {
  background-image: url("../../assets/img/achievers-youth%20page/451980867_435170579513302_5935918181608801583_n.webp");
  width: 17%;
}

#youths-laughing {
  background-image: url("../../assets/img/achievers-youth%20page/470228951_544064278623931_3318132108431003068_n.webp");
  width: 35%;
}

#nancy-praying {
  background-image: url("../../assets/img/achievers-youth%20page/452076891_435172569513103_5454513914041849411_n.webp");
  width: 23%;
}

#cultural-standing {
  background-image: url("../../assets/img/achievers-youth%20page/470208418_544065151957177_2596884838160106100_n.webp");
  width: 20%;
}

#church-park {
  background-image: url("../../assets/img/achievers-youth%20page/452646623_437817902581903_8365294694808255610_n-1.webp");
  width: 60%;
}

#youth-choir-dancing {
  background-image: url("../../assets/img/achievers-youth%20page/463793830_504574099239616_1952146250589719843_n.webp");
  width: 20%;
}

#josephs-family-singing {
  background-image: url("../../assets/img/achievers-youth%20page/452582654_437819352581758_6411512453371747446_n.webp");
  width: 45%;
}

#youths-activity {
  background-image: url("../../assets/img/achievers-youth%20page/480237863_586482687715423_9039593546682578752_n.webp");
  width: 20%;
}

#youths-choir-praying {
  background-image: url("../../assets/img/achievers-youth%20page/428428929_339559015741126_3194754820793580497_n.webp");
  width: 35%;
}

#third-row {
  margin-top: 12px;
}

#first-two-rows {
  display: flex;
  flex-direction: row;
  align-items: flex-end;
  position: relative;
}

#youth-hero-section {
  padding: 3rem;
  height: fit-content;
  padding-bottom: 4rem;
  display: flex;
  align-items: center;
  max-height: 770px;
  min-height: 650px;
}

#youth-executive-section {
  padding-top: 10px;
  padding-bottom: 10px;
}

.youth-executives {
  background: linear-gradient( 91deg, var(--bs-primary) 54.44%, var(--bs-secondary) 82.89% );
  background-clip: text;
  -webkit-background-clip: text;
  -webkit-text-fill-color: transparent;
}

#youth {
  margin-bottom: -10px;
}

.executives-column {
  width: 100%;
}

.executives-row {
  display: grid;
  flex-direction: row;
  flex-wrap: wrap;
  flex: 1 1 auto;
  grid-template-columns: repeat(5, 1fr);
  gap: 0.7rem;
}

.exec-div {
  width: 100%;
  margin-bottom: -24px;
  height: 210px;
  border: 3px solid var(--bs-primary);
  background-position: top;
  background-size: cover;
  border-radius: 17px;
  padding: 8px 15px;
  position: relative;
  display: flex;
  clip-path: inset(-70px 0 0 0);
}

.card-rectangle.exec-page {
  position: relative;
  bottom: 10px;
  padding: 2px 0 2px 14px;
}

.exec-div > img {
  width: 100%;
  object-fit: contain;
}

#youth-executive-section .card-rectangle.exec-page > .longer {
  font-size: 14px;
  line-height: 16px;
}

#previous-events-section {
  padding: 52px 0px 40px;
}

#joseph-s-family {
  background-image: url("../../assets/img/achievers-youth%20page/Joseph%27s%20family.webp");
}

#ruth-s-family {
  background-image: url("../../assets/img/achievers-youth%20page/Ruth%27s%20family.webp");
}

.card-rectangle > .longer-family {
  font-size: 14px;
  line-height: 16px;
}

.youth-img-bg {
  position: absolute;
  width: 80%;
  padding: 6px 12px;
  left: 0px;
  z-index: -10;
}

.youth-exec-img {
  width: 70%;
  object-position: center;
}

#yinka > img:first-child {
  width: 94%;
  object-position: center;
}

#david-s-family {
  background-image: url("../../assets/img/achievers-youth%20page/WhatsApp%20Image%202025-03-24%20at%2013.25.10_1068b3af.webp");
}

#about-heading > span {
  display: block;
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #youth-hero-section h1 {
    line-height: 3.5rem;
    font-size: 3.5rem;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #youth-hero-section p {
    font-size: 1.2rem;
    line-height: 2rem;
  }
}

@media (min-width: 1200px) and (max-width: 1400px) {
  #youth-executive-section .card-rectangle.exec-page > .longer {
    font-size: 13px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle.exec-page > .longer {
    font-size: 11px;
    line-height: 14px;
    margin-bottom: 8px;
  }
}

@media (max-width: 993px) {
  .card-rectangle > p {
    font-size: 13px;
    line-height: 14px;
    margin-top: -14px;
    margin-bottom: 8px;
  }
}

@media (max-width: 993px) {
  .card-rectangle > .longer-family {
    font-size: 12px;
    line-height: 16px;
    margin-bottom: 6px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle > h6 {
    font-family: "Permanent Marker";
    font-size: 16px;
    font-weight: 400;
    line-height: 29px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle > h6 > span:last-child {
    font-family: Heebo;
    font-size: 16px;
    font-weight: 600;
  }
}

@media (max-width: 993px) {
  .card-rectangle.families > p {
    font-size: 13px;
    line-height: 16px;
    margin-top: -14px;
    margin-bottom: 6px;
  }
}

@media (max-width: 993px) {
  .exec-div {
    height: 180px;
    padding: 8px 15px 0 15px;
  }
}

@media (max-width: 993px) {
  .families > div:first-child {
    background-position: center;
    height: 200px;
  }
}

@media (max-width: 993px) {
  #youth-hero-section {
    max-height: 740px;
  }
}

@media (max-width: 993px) {
  .image-height {
    height: 140px;
  }
}

@media (max-width: 993px) {
  #youth-hero-section {
    height: fit-content;
    margin: 72px 0 0 0;
    min-height: 0;
    padding: 40px 0;
  }
}

@media (max-width: 993px) {
  .executives-row {
    grid-template-columns: repeat(4, 1fr);
  }
}

@media (max-width: 993px) {
  .card-rectangle.exec-page {
    bottom: 4px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle.exec-page > .longer {
    font-size: 10px;
    line-height: 11px;
    margin-bottom: 5px;
    margin-top: -11px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle > p {
    font-size: 11px;
    line-height: 9px;
    margin-top: -13px;
    margin-bottom: 9px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle > h6 {
    font-size: 14px;
    line-height: 22px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle > h6 > span:last-child {
    font-size: 14px;
  }
}

@media (max-width: 993px) {
  .exec-div {
    height: 150px;
  }
}

@media (max-width: 993px) {
  #picture-div-container > div, #third-row {
    gap: 8px;
  }
}

@media (max-width: 993px) {
  .image-height > div {
    border-radius: 8px;
  }
}

@media (max-width: 993px) {
  #picture-div-container {
    gap: 8px;
  }
}

@media (max-width: 993px) {
  #third-row {
    margin-top: 8px;
  }
}

@media (max-width: 993px) {
  .families > div:first-child {
    height: 150px;
  }
}

@media (max-width: 993px) {
  .card-rectangle > .longer-family {
    font-size: 9px;
    margin-bottom: 3px;
  }
}

@media (max-width: 993px) {
  .card-rectangle.families > p {
    font-size: 10px;
    margin-top: -15px;
    margin-bottom: 4px;
  }
}

@media (max-width: 993px) {
  .card-rectangle > p {
    margin-top: -14px;
  }
}

@media (max-width: 993px) {
  #previous-events-section > div:first-child {
    padding-bottom: 20px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle.exec-page {
    padding: 2px 0 2px 9px;
  }
}

@media (max-width: 993px) {
  .families .card-rectangle > h6, .families .card-rectangle > h6 > span:last-child {
    font-size: 0.8rem;
  }
}

@media (max-width: 993px) {
  #youth-hero-section h1, .together-span {
    line-height: 42px;
    font-size: 43px;
    width: 150%;
    letter-spacing: -1px;
  }
}

@media (max-width: 993px) {
  #youth-hero-section p {
    line-height: 1.2rem;
    font-size: 0.85rem;
    width: 107%;
  }
}

@media (max-width: 993px) {
  .families .card-rectangle > h6 > span:last-child {
    font-size: 0.8rem;
  }
}

@media (max-width: 993px) {
  #youth-executive-section {
    background-color: white;
    z-index: 100;
    position: relative;
  }
}

@media (max-width: 993px) {
  #youth-hero-section {
    margin: 0 0 0;
    padding: 5rem 0;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle > h6 {
    font-size: 13px;
    line-height: 22px;
  }
}

@media (max-width: 993px) {
  #youth-executive-section .card-rectangle > h6 > span:last-child {
    font-size: 12px;
  }
}

@media (max-width: 993px) {
  .card-rectangle > .longer-family {
    font-size: 10px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #youth-hero-section p {
    font-size: 1.1rem;
    line-height: 1.7rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .hide-short-screen {
    display: none;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .executives-column {
    width: 19.5%;
    flex: 0 0 auto;
    padding-bottom: 0.5rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .executives-row {
    display: flex;
    gap: 0.6%;
    justify-content: start;
    width: 100%;
    justify-items: flex-start;
    align-items: flex-start;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .exec-div {
    height: 173px;
    padding: 8px 15px 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #youth-executive-section .card-rectangle > h6 > span {
    font-size: 0.9rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #youth-executive-section .card-rectangle > .longer-exec > span {
    font-size: 0.8rem;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card-rectangle > .longer-family {
    font-size: 13px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .card-rectangle.exec-page > .longer {
    font-size: 0.65rem;
    line-height: 16px;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  .row.alternating-slides {
    width: 100%;
    justify-self: center;
    gap: 1.2%;
    margin: 0;
  }
}

@media (min-width: 992px) and (max-width: 1200px) {
  #joseph-s-family {
    background-position: bottom;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #nancy-praying {
    background-image: url("../../assets/img/achievers-youth%20page/480237863_586482687715423_9039593546682578752_n.webp");
    width: 48%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #youths-activity {
    background-image: url("../../assets/img/achievers-youth%20page/452076891_435172569513103_5454513914041849411_n.webp");
    width: 18%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #youths-choir-praying {
    width: 37%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .image-height {
    height: 150px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .executives-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .card-rectangle > h6 > span:last-child {
    margin-left: -2px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #previous-events-section > div:first-child {
    padding-bottom: 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #previous-events-section {
    padding: 30px 0px;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #about-heading > span:last-child {
    height: fit-content;
    padding: 0 0 0.5rem 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #about-heading > span {
    display: inline;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #youth-hero-section {
    max-height: none;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #youth-hero-section h1, .together-span {
    line-height: 2.9rem;
    font-size: 2.7rem;
    width: 100%;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #youth-hero-section p {
    width: 100%;
    padding-bottom: 1rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #youth-hero-section {
    padding: 4rem 0;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  .subtext-p {
    font-size: 0.85rem;
  }
}

@media (min-width: 576px) and (max-width: 767px) {
  #youth {
    margin-bottom: 0;
  }
}

@media (max-width: 575px) {
  .card-rectangle > p {
    margin-bottom: 7px;
    margin-top: -12px;
  }
}

@media (max-width: 575px) {
  #nancy-praying {
    background-image: url("../../assets/img/achievers-youth%20page/480237863_586482687715423_9039593546682578752_n.webp");
    width: 48%;
  }
}

@media (max-width: 575px) {
  #youths-activity {
    background-image: url("../../assets/img/achievers-youth%20page/452076891_435172569513103_5454513914041849411_n.webp");
    width: 18%;
  }
}

@media (max-width: 575px) {
  #youths-choir-praying {
    width: 37%;
  }
}

@media (max-width: 575px) {
  .image-height {
    height: 150px;
  }
}

@media (max-width: 575px) {
  .executives-row {
    grid-template-columns: repeat(3, 1fr);
  }
}

@media (max-width: 575px) {
  .card-rectangle > h6 > span:last-child {
    margin-left: -2px;
  }
}

@media (max-width: 575px) {
  #previous-events-section > div:first-child {
    padding-bottom: 0px;
  }
}

@media (max-width: 575px) {
  #previous-events-section {
    padding: 30px 0px;
  }
}

@media (max-width: 575px) {
  .executives-column {
    width: 49%;
    margin-top: 1%;
  }
}

@media (max-width: 575px) {
  .executives-row {
    flex: 0 0 auto;
  }
}

@media (max-width: 575px) {
  .card-rectangle.exec-page > .longer {
    font-size: 12px;
  }
}

@media (max-width: 575px) {
  .card-rectangle > p {
    font-size: 10px;
  }
}

@media (max-width: 575px) {
  #picture-div-container > div, #third-row {
    gap: 6px;
  }
}

@media (max-width: 575px) {
  .image-height > div {
    border-radius: 6px;
  }
}

@media (max-width: 575px) {
  #picture-div-container {
    gap: 6px;
  }
}

@media (max-width: 575px) {
  #third-row {
    margin-top: 6px;
  }
}

@media (max-width: 575px) {
  .image-height {
    height: 115px;
  }
}

@media (max-width: 575px) {
  .executives-row {
    display: flex;
    flex-direction: row;
    justify-content: space-between;
  }
}

@media (max-width: 575px) {
  .families > div:first-child {
    height: 130px;
  }
}

@media (max-width: 575px) {
  .card-rectangle > .longer-family {
    line-height: 15px;
  }
}

@media (max-width: 575px) {
  .card-rectangle.exec-page > .longer {
    margin-bottom: 6px;
    margin-top: -13px;
  }
}

@media (max-width: 575px) {
  .executives-column {
    position: relative;
  }
}

@media (max-width: 575px) {
  .exec-div {
    clip-path: inset(-60px 0px 0px 0px);
  }
}

@media (max-width: 575px) {
  .executives-row {
    gap: 0.5%;
  }
}

@media (max-width: 575px) {
  #youth-hero-section p {
    width: 100%;
    color: rgb(33, 33, 33, 0.8);
    font-weight: 600;
  }
}

@media (max-width: 575px) {
  #youth-hero-section h1, .together-span {
    line-height: 2.5rem;
    font-size: calc(2rem + 1.5vw);
    width: 100%;
  }
}

@media (max-width: 575px) {
  #youth-hero-section h1 {
    padding-bottom: 0.5rem;
  }
}

@media (max-width: 575px) {
  .subtext-p {
    margin-bottom: 12px;
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  #youth-hero-section .tiny-div {
    margin: 2rem 0;
  }
}

@media (max-width: 575px) {
  #youth-hero-section .tiny-button {
    width: fit-content;
    margin: 1rem auto 1rem;
  }
}

@media (max-width: 575px) {
  #youth-hero-section .tiny-button p {
    font-weight: 800 !important;
  }
}

@media (max-width: 575px) {
  #about-heading > span, #about-heading > span:last-child {
    display: inline;
  }
}

@media (max-width: 575px) {
  #youth-executive-section .subtext-p, #previous-events-section .subtext-p {
    margin-top: 1rem;
  }
}

@media (max-width: 575px) {
  #youth-executive-section .exec-div {
    height: 135px;
  }
}

@media (max-width: 575px) {
  #youth-executive-section .executives-column {
    width: 32.5%;
  }
}

@media (max-width: 575px) {
  #mobile-youth-hero-images .container {
    display: flex;
    align-items: center;
    flex-direction: column;
  }
}

@media (max-width: 575px) {
  #mobile-youth-row-2 {
    width: 100%;
    padding: 0;
  }
}

@media (max-width: 575px) {
  #mobile-youth-hero-images .col {
    flex: none;
  }
}

@media (max-width: 430px) {
  #youth-hero-section h1, .together-span {
    line-height: 2rem;
    font-size: calc(1.7rem + 1vw);
  }
}

@media (max-width: 430px) {
  .card-rectangle.families > p {
    font-size: 8px;
  }
}

@media (max-width: 430px) {
  .families .card-rectangle > h6, .families .card-rectangle > h6 > span:last-child {
    font-size: 0.75rem;
  }
}

@media (max-width: 430px) {
  .families .card-rectangle > h6 > span:last-child {
    font-size: 0.75rem;
  }
}

@media (max-width: 430px) {
  .card-rectangle > .longer-family {
    font-size: 8px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > h6 {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > h6 > span:last-child {
    font-size: 12px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > p {
    font-size: 10px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > h6 {
    line-height: 18px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > p {
    margin-bottom: 4px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > h6 {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > h6 > span:last-child {
    font-size: 11px;
  }
}

@media (max-width: 400px) {
  .card-rectangle > p {
    font-size: 8px;
  }
}

@media (max-width: 400px) {
  #youth {
    margin-bottom: 6px;
    margin-top: 12px;
    text-align: left;
  }
}

@media (max-width: 400px) {
  .executives-row {
    gap: 2%;
  }
}

@media (max-width: 400px) {
  .card-rectangle > p {
    line-height: calc(0.3rem + 2.2vw);
  }
}

@media (max-width: 400px) {
  .exec-div {
    height: auto;
    aspect-ratio: 150/145;
  }
}

@media (max-width: 400px) {
  .card-rectangle.exec-page > .longer {
    font-size: calc(0.3rem + 1.4vw);
  }
}

@media (max-width: 400px) {
  .families > div:first-child {
    height: auto;
  }
}

@media (max-width: 400px) {
  .card-rectangle > h6 {
    font-size: calc(0.3rem + 2vw);
  }
}

@media (max-width: 400px) {
  .card-rectangle > h6 > span:last-child {
    font-size: calc(0.3rem + 2vw);
  }
}

@media (max-width: 400px) {
  .card-rectangle > p {
    font-size: calc(0.3rem + 1.4vw);
  }
}

@media (max-width: 400px) {
  .card-rectangle.families > p {
    line-height: calc(0.2rem + 1.4vw) calc(0.2rem + 1.4vw);
  }
}

@media (max-width: 400px) {
  .card-rectangle > .longer-family {
    font-size: calc(0.2rem + 1.1vw);
    margin-bottom: 6px;
  }
}

@media (max-width: 400px) {
  .card-rectangle.families > p {
    font-size: calc(0.2rem + 1.1vw);
  }
}

@media (max-width: 400px) {
  .card-rectangle > .longer-family {
    line-height: calc(0.2rem + 1.4vw);
  }
}

@media (max-width: 400px) {
  .executives-column {
    margin-top: 1%;
  }
}

#mobile-youth-row-3 {
  background-image: url("../../assets/img/achievers-youth%20page/452646623_437817902581903_8365294694808255610_n2.png");
  height: 100%;
  background-position: top !important;
  background-size: cover;
  border-radius: 6px;
}

#mobile-youth-row-3 .col {
  padding: 0;
  background-position: center;
  background-size: cover;
}

#mobile-youth-hero-images {
  display: none;
}

@media (max-width: 575px) {
  #mobile-youth-hero-images {
    display: flex;
    padding: 0 0 2rem 0;
    z-index: 100;
    position: relative;
  }
}

@media (max-width: 575px) {
  #first-two-rows .col-md-8, #first-two-rows .col {
    display: none;
  }
}

@media (max-width: 575px) {
  #youth-hero-section {
    padding: 3rem 0 0rem;
  }
}

#mobile-youth-row-1 .col:first-child {
  width: 70%;
}

#mobile-youth-row-1 .col:last-child {
  width: 30%;
}

#mobile-youth-row-1 {
  width: 100%;
}

#youths-choir-praying-2 {
  background-image: url("../../assets/img/achievers-youth%20page/428428929_339559015741126_3194754820793580497_n.webp");
  margin-bottom: 6px;
  margin-right: 6px;
}

#mobile-youth-hero-images .col > div {
  background-position: center;
  background-size: cover;
  border-radius: 6px;
}

#mobile-youth-row-1 .col {
  flex: none;
  padding: 0;
}

#split-div > div:first-child {
  width: 40%;
}

#split-div > div:last-child {
  width: 60%;
}

#split-div {
  gap: 6px;
  padding-right: 6px;
}

#youth-choir-dancing-2 {
  background-image: url("../../assets/img/achievers-youth%20page/463793830_504574099239616_1952146250589719843_n.webp");
}

#youths-laughing-2 {
  background-image: url("../../assets/img/achievers-youth%20page/470228951_544064278623931_3318132108431003068_n.webp");
}

#nancy-praying-2 {
  background-image: url("../../assets/img/achievers-youth%20page/452076891_435172569513103_5454513914041849411_n.webp");
  height: 100%;
  width: 100%;
  padding: 0;
}

#cultural-standing-2 {
  background-image: url("../../assets/img/achievers-youth%20page/470208418_544065151957177_2596884838160106100_n.webp");
  height: 100%;
  margin-right: 6px;
}

#mobile-youth-row-2 .col:first-child {
  width: 40%;
}

#mobile-youth-row-2 {
  flex: 0;
  margin: 6px 0;
}

#mobile-youth-row-2 .col:last-child {
  width: 60%;
}

#josephs-family-singing-2 {
  background-image: url("../../assets/img/achievers-youth%20page/452582654_437819352581758_6411512453371747446_n.webp");
}

#yinka-praying-2 {
  background-image: url("../../assets/img/achievers-youth%20page/451980867_435170579513302_5935918181608801583_n.webp");
  background-position: center !important;
  margin-top: 6px;
}

#mobile-youth-hero-images .container {
  display: flex;
  align-items: center;
}

#mobile-youth-row-2 .col {
  padding: 0;
  flex: none;
}

#mobile-youth-row-3 {
  width: 100%;
  height: 100%;
  padding: 0;
}

#park-2, #park-3 {
  width: 100%;
}

#mobile-youth-row-3 {
  position: relative;
}

@media (max-width: 460px) {
  #youth-executive-section .executives-column {
    width: 49.3%;
  }
}

