.lead {
    font-size: 1.25rem !important;
    font-weight: 500;
}


body {
    font-size: 1.05rem;
    color: #3d3d3d;
}

.slick-current .slider-nav-picture{
    max-width: 100%;
    opacity: 1;
    transition: max-width 500ms, opacity 500ms;
}
.slick-cloned .slider-nav-picture{
    transition: max-width 500ms, opacity 500ms;
}