.mt-addons-member-name {
    font-size: 21px;
    padding-top: 20px;
    line-height: 26px;
    letter-spacing: 1px;
    font-weight: 600;
    color: #333;
    text-transform: uppercase;
    clear: none;
    margin-top: 5px;
}
.mt-addons-member-position {
    font-size: 15px;
    line-height: 24px;
    font-style: italic;
    color: #888;
    margin-bottom: 10px;
}
.video-cards .mt-addons-member-name {
    position: absolute;
    bottom: 0;
    right: 10px;
}
.mt-swipper-carusel-position{
    position:relative;
}
.video-cards .mt-addons-member-columns.swiper-slide {
    width: 50% !important;
    padding-bottom: 0px;
}
.mt-addons-member-description{
    text-align: center;
}
.mt-addons-member-image .mt-addons-member-image-flex-zone.no {
    background: transparent;
    display: flex;
    height: 100%;
    position: initial;
    padding-top: 25px;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 1!important;
    visibility: visible!important;
}
.mt-addons-members .mt-addons-member-image-flex-zone.no .member_social.social-icons a {
    width: 26px;
    display: inline-block;
    height: 26px;
    line-height: 26px;
    margin-bottom: 5px;
    opacity: 1!important;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: unset;
    -webkit-transition: -webkit-transform 0s .2s,opacity .2s;
    transition: unset;
}
.mt-addons-member-image .mt-addons-member-image-flex-zone {
    background: rgba(247, 250, 253, 0) none repeat scroll 0 0;
    display: flex;
    height: 100%;
    position: absolute;
    top: 0;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 0;
    visibility: hidden;
}
.img-circle {
    border-radius: 50%!important;
}
.img-rounded {
    border-radius: 6px!important;
}
.mt-addons-member-image {
    position: relative;
    display: block;
    margin: 0 auto;
}
.mt-addons-member-image:hover .mt-addons-member-image-flex-zone {
    background: rgba(247, 250, 253, 0.9) none repeat scroll 0 0;
    opacity: 1;
    visibility: visible;
    max-width: 100%;
    margin: 0 auto;
}
.mt-addons-members .mt-addons-member-image-flex-zone-inside {
    align-self: center;
    opacity: 1;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    position: absolute;
    left: 0;
    right: 0;
    margin-left: auto;
    margin-right: auto;
    width: fit-content;
}
.mt-addons-member-image:hover .member_social.social-icons a {
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    opacity: 1;
    visibility: visible;
    -webkit-transform: scale(1);
    -moz-transform: scale(1);
    transform: scale(1);
    -webkit-transition: -webkit- transform .2s .1s,opacity .2s .1s;
    transition: transform .2s .1s,opacity .2s .1s;
}
.mt-addons-members .member_social.social-icons a {
    width: 30px;
    display: inline-block;
    height: 30px;
    line-height: 30px;
    margin-bottom: 5px;
    opacity: 0;
    -webkit-transform: scale(.3);
    -moz-transform: scale(.3);
    transform: scale(.3);
    -webkit-transition: -webkit-transform 0s .2s,opacity .2s;
    transition: transform 0s .2s,opacity .2s;
}
.mt-addons-member-link {
    width: 100%;
}
.mt-addons-member-link img {
    width: 100%;
}
.e-fab-x-twitter {
    width: 14px !important;
}
@media only screen and (max-width: 767px) {
    .mt-addons-member-image .mt-addons-member-image-flex-zone {
    display: flex;
    height: 100%;
    position: relative;
    top: 5px;
    width: 100%;
    text-align: center;
    transition: all 250ms ease 0s;
    -webkit-transition: all 250ms ease 0s;
    opacity: 1;
    visibility: visible;
    background: unset!important;
    }
    .mt-addons-member-image .member_social.social-icons a{
        width: 30px;
        display: inline-block;
        height: 30px;
        line-height: 30px;
        margin-bottom: 5px;
        opacity: 1;
        visibility: visible;
        -webkit-transform: scale(1);
        -moz-transform: scale(1);
        transform: scale(1);
        -webkit-transition: -webkit- transform .2s .1s,opacity .2s .1s;
        transition: transform .2s .1s,opacity .2s .1s;
        color:#111111!important;
    }
    .mt-addons-member-name {
        padding-top: 10px; 
    }
    .mt-addons-member-image {
        position: relative;
        display: inline;
    }

}
@media only screen and (max-width: 768px) {
    .mt-addons-member-name {
        margin-top: 0 !important;
    }
    .mt-addons-member-image img {
        width: 100%;
    }
    .mt-addons-member-columns-wrapper {
        margin-bottom: 30px;
    }
    .mt-addons-members .mt-addons-member-image-flex-zone-inside {
        margin-top: 30px;
    }
    .mt-addons-members .mt-addons-member-image-flex-zone-inside.no-mobile {
        display: none;
    }
    .mt-addons-member-section {
        text-align: center !important;
    }
    .e-fab-x-twitter {
        fill: #000 !important;
    }
}
@media (min-width: 992px){
    .col-md-1, .col-md-2, .col-md-3, .col-md-4, .col-md-5, .col-md-6, .col-md-7, .col-md-8, .col-md-9, .col-md-10, .col-md-11, .col-md-12 {
        float: left;
    }
}