.wrapper-leadershipQuote {
    padding-top: 64px;
    padding-bottom: 64px;
    /* margin-top: 80px; */
    margin-bottom: 80px;
}

.leadership-container {
    display: flex;
    width: 864px;
    flex-direction: column;
    align-items: center;
    justify-content: center;
    text-align: center;
    margin: 0 auto;
}


h1.leadership-text {
    font-family: 'Peak Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 56px;
    margin-bottom: 0;
    position: relative;
}

h1.leadership-text:after {
    content: '';
    display: block;
    width: 32px;
    background-color: #3C3E4E;
    height: 1px;
    margin: 57px auto;
}

h4.leadership-name {
    font-family: 'Paramount Vista Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 40px;
    line-height: 90%;
    text-transform: uppercase;
    margin-bottom: 16px;
}

h6.leadership-designation {
    font-family: 'Peak Sans';
    font-style: normal;
    font-weight: 400;
    font-size: 16px;
    line-height: 24px;
    margin-bottom: 72px;
}



.leadership-media-container {
    width: 640px;
    max-width: 640px;
    max-height: 472px;
    margin-bottom: 48px;
    height: inherit;
}



.leadership-media-container .fullWidth-video-section {
    max-height: inherit;
}

.wrapper-leadershipQuote.leadQuote-image .leadership-media-container.con-leadQuote-image,
.wrapper-leadershipQuote.leadQuote-internal-video .leadership-media-container.con-leadQuote-internal-video,
.wrapper-leadershipQuote.leadQuote-external-video .leadership-media-container.con-leadQuote-external-video {
    display: block !important
}

.wrapper-leadershipQuote .fullWidth-video-section video,
.wrapper-leadershipQuote .fullWidth-video-section{
    object-fit: fill;
}

.wrapper-leadershipQuote  .wrapper.fullWidth-media-wrapper {
  margin-bottom: 0;
}




@media (min-width:1025px){
.wrapper-leadershipQuote .fullWidth-video-section video,
.wrapper-leadershipQuote .fullWidth-video-section{
    object-fit: contain;
    /* height: 472px; */
    background-color: #000000;
}

.wrapper-leadershipQuote .fullWidth-video-section article{
  height: 472px;
}

.wrapper-leadershipQuote  .wrapper.fullWidth-media-wrapper .media-img-container img{
  aspect-ratio:auto;
}

}



@media (max-width:991px) {
    .leadership-media-container .fullWidth-video-container {
        margin-bottom: 0;
    }
}


@media (max-width: 1024px) {
    .wrapper-leadershipQuote {
        padding-bottom: 0;
        padding-left: 32px;
        padding-right: 32px;
        margin-top: 0;
        margin-bottom: 64px;
        padding-top: 0;
    }

    .leadership-container {
        width: 100%;
    }

    h1.leadership-text {
        font-size: 32px;
        line-height: 40px;
    }

    h6.leadership-designation {
        font-size: 14px;
        line-height: 20px;
        margin-bottom: 56px;
    }

    .leadership-media-container {
        padding-inline: 8px;
        margin-bottom: 40px;
        width: 100%;
        height: 100%;
    }
}

@media (min-width:768px){
  .wrapper-leadershipQuote .media-external-video{
  height: 472px;
}
}
