/*.speaker-image:before{
    display: block;
    content: '';
    padding-bottom: 13.333333%;
    position: absolute;
    background-color: #F4F4F2;
    left: 0px;
    width: 30%;
    bottom: 0;
    z-index: 99;
}
*/
.learn-more{
    cursor:pointer;
}
.learn-more:after{
    content: '';
    position: absolute;
    bottom: 0;
    left: 0;
    transform: translateX(0%);
    width: 100px;
    border-bottom: 1px solid #000000;
}

.media relative{
width: auto;
display: flex;
justify-content: center;
}

.sponsor-image img{
max-height: 100vh;
width: max-content;
height: auto;
}


.nav-shadow{
    box-shadow: 0px 0px 10px 3px rgba(0, 0, 0, 0.09);
}