.leaders-container {
    text-align: center;
    margin-top: 100px;
    background: white;
    margin-bottom: 60px;
}

.leaders-container .leader{
    text-align: left;
    padding: 15px;
    max-width: 300px;
}

.leaders-container .leader img{
    height: 250px;
    margin-bottom: 15px;
    max-width: inherit;
    min-height: auto;
    object-fit: cover;
    object-position: 0% 25%;
}

.leaders-container .leader h3 {
    font-size: 22px;
    margin: 0px;
    font-family: 'Lato', sans-serif;
}

.leaders-container .leader p {
    font-size: 16px;
    margin: 0px;
    margin-bottom: 10px;
}

.leaders-container .leader .description {
    font-size: 14px;
    font-weight: normal;
    line-height: 22px;
    color: #555555;
    margin-bottom: 10px;
}

.leaders-container .leader .profile {
    margin-bottom: 10px;
}

.leaders-container .owl-carousel.mobile-only {
    display: none;
}

.owl-loaded .leader.leader-block img {
    height: auto;
    object-fit: contain;
    width: 100%;
    display: block;
}

/* Site design width */
@media only screen and ( max-width: 1280px ){

}

/* Large Tablet */
@media only screen and ( max-width: 920px ){
    .leaders-container .owl-carousel.desktop-only {
        display: none;
    }

    .leaders-container .owl-carousel.mobile-only {
        display: block;
    }

    .leaders-container .leader {
        max-width: 100%;
        display: flex;
    }
    /* Custom-Dima */
    .custom-fix-leaders-container.leaders-container .leader{
        max-width: 260px;
        padding: 0;
        margin: 0 auto;
    }

    .leaders-container .leader img {
        flex: 1;
        width: 50%;
    }

    .leaders-container .owl-carousel .owl-item .leader img {
        flex: 1;
        width: 50%;  
    }

    .leaders-container .leader .leader-info {
       flex: 1;
       padding-left: 20px;
    }
    /* Custom-Dima */
    .custom-fix-leaders-container.leaders-container .leader .leader-info {
        flex: initial;
        padding-left: 0;
    }
    /* Custom-Dima */
    .custom-fix-leaders-container.leaders-container .single-col-carousel .owl-dots{
        margin-top: 40px;
    }
    .leaders-container .owl-dots {
        justify-content: center;
      }
      
    .leaders-container .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border: 2px solid #4B4B4B;
        border-radius: 50%;
        outline: none;
        margin: 0 10px;
      }
      
    .leaders-container .owl-dots .owl-dot.active {
        background: #4B4B4B;
      }
      
    .leaders-container .owl-nav {
        display: none;
      }

    .leaders-container .content-container {
        padding: 0px;
    }
    .leaders-container .owl-carousel.mobile-only .owl-dots .owl-dot {
        width: 10px;
        height: 10px;
        border: 2px solid #4B4B4B;
        border-radius: 50%;
        outline: none;
        margin: 0 4px;
    }
    .leaders-container .leader {
        flex-direction: column;
        justify-content: center;
        align-items: center;
    }
    .leaders-container .owl-carousel .owl-item .leader img {
        flex: inherit;
        width: 100%;
        object-fit: cover;
        height: 350px;
        min-height: 489px;
    }
    .leaders-container .owl-carousel .owl-item .leader img {
        flex: inherit;
        width: 100%;
        object-fit: contain;
        height: 350px;
        min-height: 489px;
        margin: 0 0 15px;
        object-position: center;
    }

    /* Custom-Dima */
    .custom-fix-leaders-container.leaders-container .owl-carousel .owl-item .leader img {
        height: auto;
        min-height: auto;
        width: 100%;
        object-fit: inherit;
        object-position: inherit;
    }
}

/* Tablet */
@media only screen and ( max-width: 768px ){

}

/* Mobile */
@media only screen and ( max-width: 640px ){
    .leaders-container .leader img {
        height: 140px;
        margin-bottom: 15px;
        max-width: inherit;
        min-height: auto;
        object-fit: cover;
        object-position: -25px -10px;
    }   

    .leaders-container .leader .leader-info {
        flex: 1;
        padding-left: 0px;
    }

}
