.mmt-mdp-section-speakers {
    overflow: hidden;
    margin-bottom: var(--mbase-spacer-lg);
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-section-speakers ol {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mmt-mdp-section-speakers ol > li {
    list-style-image: none;
}

.mmt-mdp-section-speakers ol > li::before {
    background: none;
}

.mmt-mdp-section-speakers-link {
    display: block;
    text-decoration: none;
}

.mmt-mdp-section-speakers-list {
    margin-bottom: calc(var(--mbase-spacer-lg) * -1);
}

.mmt-mdp-main .mmt-mdp-section-speakers .mmt-mdp-section-speakers-list {
    list-style: none;
    margin: 0;
    padding: 0;
}

.mmt-mdp-main .mmt-mdp-section-speakers .mmt-mdp-section-speakers-list > li {
    list-style-image: none;
}

.mmt-mdp-main .mmt-mdp-section-speakers .mmt-mdp-section-speakers-list > li::before {
    background: none;
}

.mmt-mdp-section-speakers-list li::before {
    display: none;
}

.mmt-mdp-section-speakers-speaker {
    float: left;
    margin-right: var(--mbase-spacer);
    width: calc((100% - (var(--mbase-spacer) * (3 - 1))) / 3);
    margin-bottom: var(--mbase-spacer-lg);
    list-style-image: none;
}

.mmt-mdp-section-speakers-speaker:last-child {
    margin-right: 0;
}

.mmt-mdp-section-speakers-speaker:nth-child(3n) {
    margin-right: 0;
}

.mmt-mdp-section-speakers-speaker:nth-child(3n + 1) {
    clear: left;
}

.mmt-mdp-section-speakers-info {
    margin-top: var(--mbase-spacer);
    font-size: var(--mbase-txtSize-7);
}

.mmt-mdp-section-speakers-image {
    display: block;
    border-radius: 50%;
}

.mmt-mdp-section-speakers-name {
    margin-bottom: 0;
    color: var(--mbase-clr-txt-body);
    font-size: var(--mbase-txtSize-5);
    font-weight: var(--mbase-txt-bold) !important;
    font-family: var(--mbase-fam-special-bold) !important;
}

.mmt-mdp-section-speakers-function {
    display: block;
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-clr-txt-meta);
}

.mmt-mdp-speakerList {
    padding-top: var(--mbase-spacer);
}

.mmt-mdp-section-speakers .mmt-mdp-speakerList > li {
    position: relative;
    padding: var(--mbase-spacer-md) 0;
    overflow: hidden;
    border-bottom: 1px solid var(--mbase-clr-brdr-light);
}

.mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
    margin-left: calc(80px + var(--mbase-spacer-md));
}

.mmt-mdp-speaker-figure,
.mmt-mdp-section-speakers-figure {
    transition: all 0.25s ease-in-out;
    overflow: hidden;
    width: 80px;
    height: 80px;
    border-radius: 50%;
    margin: 0;
    -webkit-mask-image: -webkit-radial-gradient(var(--mbase-clr-white), var(--mbase-clr-black));
}

ol .mmt-mdp-speaker-figure,
ol .mmt-mdp-section-speakers-figure {
    float: left;
}

li:hover .mmt-mdp-speaker-figure img,
li:hover .mmt-mdp-section-speakers-figure img {
    transform: scale(1.05);
    opacity: 1;
}

.mmt-mdp-speaker-figure img,
.mmt-mdp-section-speakers-figure img {
    transition: all 0.25s ease-in-out;
    width: 100%;
    height: auto;
    transform: scale(1.01);
    opacity: 0.95;
}

.mmt-mdp-speaker-details h4 {
    transition: all 0.25s ease-in-out;
    margin: 0;
}

li:hover .mmt-mdp-speaker-details h4 {
    color: var(--mbase-clr-txt-dark);
}

.mmt-mdp-speaker-job-title {
    display: block;
    font-size: var(--mbase-txtSize-7);
    color: var(--mbase-clr-txt-meta);
}

li:hover .mmt-mdp-speaker-job-title {
    color: var(--mbase-clr-link-hover);
}

.mmt-mdp-speaker-bio {
    margin-top: var(--mbase-spacer-xs);
}

.mmt-mdp-speaker-bio p {
    margin-bottom: 0;
}

@media (min-width: 36em) {
    .mmt-mdp-section-speakers-list {
        overflow: hidden;
    }

    .mmt-mdp-section-speakers-speaker,
    .mmt-mdp-section-speakers-speaker:nth-child(3n),
    .mmt-mdp-section-speakers-speaker:nth-child(3n + 1) {
        float: left;
        clear: none;
        margin-right: 1rem;
        width: calc((100% - (1rem * (4 - 1))) / 4);
    }

    .mmt-mdp-section-speakers-speaker:last-child,
    .mmt-mdp-section-speakers-speaker:nth-child(3n):last-child,
    .mmt-mdp-section-speakers-speaker:nth-child(3n + 1):last-child {
        margin-right: 0;
    }

    .mmt-mdp-section-speakers-speaker:nth-child(4n) {
        margin-right: 0;
    }

    .mmt-mdp-section-speakers-speaker:nth-child(4n + 1) {
        clear: left;
    }

    .mmt-mdp-section-speakers-info {
        font-size: var(--mbase-txtSize-6);
    }

    .mmt-mdp-section-speakers-image {
        vertical-align: middle;
    }

    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(120px + var(--mbase-spacer-md));
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 48em) {
    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(140px + var(--mbase-spacer-md));
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 140px;
        height: 140px;
    }
}

@media (min-width: 62em) {
    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(120px + var(--mbase-spacer-md));
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 120px;
        height: 120px;
    }
}

@media (min-width: 80em) {
    .mmt-mdp-section-speakers-image {
        width: 180px;
    }
}

@media (min-width: 90em) {
    .mmt-mdp-section-speakers .mmt-mdp-speakerList > li.mmt-mdp-has-image .mmt-mdp-speaker-details {
        margin-left: calc(140px + var(--mbase-spacer-md));
    }

    .mmt-mdp-speaker-figure,
    .mmt-mdp-section-speakers-figure {
        width: 140px;
        height: 140px;
    }
}
