.instructors-page {
    padding-top: 64px;
    padding-bottom: 16px;
    position: relative;
}
@media (min-width: 768px) {
    .instructors-page {
        padding-top: 96px;
        padding-bottom: 46px;
    }
}
.vp-corner {
    position: absolute;
    top: 0;
    right: calc((100vw - 100%) / -2);
    pointer-events: none;
    z-index: 0;
}
.instructors-bg {
    max-width: 100%;
    height: auto;
}
.instructors-page__title {
    font-family: 'SSTProRoman', sans-serif;
    font-size: 30px;
    line-height: 38px;
    margin-bottom: 16px;
    color: #181D27;
}
@media (min-width: 768px) {
    .instructors-page__title {
        font-size: 36px;
        line-height: 44px;
        margin-bottom: 20px;
    }
}
.instructors-page__title b {
    font-family: 'SSTProBold', sans-serif;
}
.instructors-page__description,
.instructors-page__description ~ p {
    font-size: 18px;
    line-height: 28px;
    color: #535862;
    margin-bottom: 0;
}
@media (min-width: 768px) {
    .instructors-page__description,
    .instructors-page__description ~ p {
        font-size: 20px;
        line-height: 30px;
    }
}
@media (max-width: 767px) {
    .instructors-page .button-lg-secondary {
        width: 100%;
        justify-content: center;
    }
}
.instructors-page .instructor-card { padding: .25rem 0; }
.instructor-photo {
    --size-mobile: 80px;
    --size-desktop: 280px;
    max-width: var(--size-mobile);
    width: 100%;
    height: 100%;
    aspect-ratio: 1/1;
    border-radius: 50%;
    overflow: hidden;
}
.instructor-photo img {
    width: 100%;
    height: 100%;
    object-fit: cover;
    display: block;
}
@media (min-width: 992px) {
    .instructor-card {
        gap: 1rem !important;
    }
    .instructor-photo {
        max-width: var(--size-desktop);
    }
}
.instructor-meta {
    font-family: 'SSTProRoman', sans-serif;
}
.instructor-meta__name {
    font-family: 'SSTProBold', sans-serif;
    font-size: 18px;
    line-height: 28px;
    color: #181D27;
}
.instructor-meta__title {
    color: #C14500;
    font-size: 16px;
    line-height: 24px;
}
.instructor-meta__small {
    font-size: 16px;
    line-height: 24px;
    color: #535862;
}
#alpha_camera_academy_all_instructors .academy_catalog-slider-controls {
    margin-top: 48px !important;
}
@media (min-width: 992px) {
  #alpha_camera_academy_all_instructors .academy_catalog-slider-controls {
    margin-top: 64px !important;
  }
}