.experto-detail{
    display: flex;
    /*height: 500px;*/
    padding: 0;
    margin-top: 9rem;
}
.experto-detail article {
    flex: 1;
    height: 100%;
}
.experto-detail article div{
    height: 100%;
}
.experto-detail article img{
    object-fit: cover;
    height: 100%;
    width: 100%;
}
.expertos-articulos .upper{
    text-transform: uppercase;
}
@media (max-width:768px){
    .dexpertoo{
        flex-direction: column;
        margin-top: 0rem;
        max-width: 90%;
    }
    .crumbs{
        margin-top: 35px;
    }
}