.leadership-box-main {width: 100%; height: auto; text-align: center; color: #da1f26; font-weight: 300;}
.leadership-img-main {width: 200px; height: 200px; margin: 0 auto; text-align: center; color: #da1f26; font-weight: 300; overflow: hidden; border-radius: 50%; border:5px solid #fff;}
.leadership-img-main img { width: 100%; }
.leadership-txt-box-main { width: 100%; height: auto; text-align: center; color: #000; font-weight: 300; margin-top: 20px; }
.leadership-name-txt {width: 100%; height: auto; font-size: 16px; text-align: center; color: #000; font-weight: 700;}
.leadership-position-txt {width: 100%; height: auto; font-size: 16px; text-align: center; color: #000; font-weight: 300;}
.leadership-txt-box-main-hover {width: 100%; height: auto; text-align: center; color: #000; font-weight: 300; margin-bottom: 10px; }
.leadership-txt-box-main-hover .leadership-name-txt, .leadership-txt-box-main-hover .leadership-position-txt {color: #fff;}
.leadership-txt-box-main-hover .leadership-name-txt, .leadership-txt-box-main-hover .leadership-position-txt {color: #fff;}

.rotate-box-main { width: 100%; height:auto; margin:20px 0; font-weight:300;}

/*#thb-flip-box-id {min-height: 350px;}*/

.thb-flip-box-main {display: flex; position: relative; min-height: 350px; -moz-transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform-style: preserve-3d; -moz-perspective: 1000px; -webkit-perspective: 1000px; perspective: 1000px; cursor:pointer;}

.thb-flip-box-back {position: absolute; top: 0; left: 0; width: 100%; height: 100%; -moz-transform: rotateY(180deg); -webkit-transform: rotateY(180deg); transform: rotateY(180deg);}

.thb-flip-box-side {display: flex; flex: 1; background-position: center; background-size: cover; -moz-backface-visibility: hidden; -webkit-backface-visibility: hidden; backface-visibility: hidden; -moz-transform-style: preserve-3d; -webkit-transform-style: preserve-3d; transform-style: preserve-3d;  background: #ffcc00;

    -moz-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    -o-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    -webkit-transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
    transition: all 1s cubic-bezier(0.25, 0.8, 0.25, 1);
}

.thb-flip-box-inner {color: #fff; display: flex; flex: 1; flex-direction: column;
    justify-content: center; align-items: center; text-align: center; padding: 15px;
    -moz-transform: translateZ(50px) scale(0.95);
    -ms-transform: translateZ(50px) scale(0.95);
    -webkit-transform: translateZ(50px) scale(0.95);
    transform: translateZ(50px) scale(0.95);
}

.thb-flip-box-main:hover .thb-flip-box-back {-moz-transform: rotateY(0deg); -webkit-transform: rotateY(0deg); transform: rotateY(0deg); background:#eb2127;}
.thb-flip-box-main:hover .thb-flip-box-front {-moz-transform: rotateY(-180deg); -webkit-transform: rotateY(-180deg); transform: rotateY(-180deg);}

.thb-flip-box-back .thb-flip-box-inner div{max-height:250px; overflow:auto;}
/* .thb-flip-box-inner div {width: 100%;} */

/*
.thb-flip-box-main svg {width: 60px; margin-bottom: 20px;}
#thb-flip-box-id1 .thb-flip-box-front {background-image: url(../images/mania-box-img1.jpg);}
#thb-flip-box-id1 .thb-flip-box-back {background-image: url();}
#thb-flip-box-id1 .thb-flip-box-back {background:#da1f26;}

#thb-flip-box-id2 .thb-flip-box-front {background-image: url(../images/mania-box-img2.jpg);
}
#thb-flip-box-id2 .thb-flip-box-back {
background-image: url();
}
#thb-flip-box-id2 .thb-flip-box-back {
background:#13a1d5;background:linear-gradient( -135deg,#21e241,#13a1d5 );
}


#thb-flip-box-id3 .thb-flip-box-front {background-image: url(../images/mania-box-img3.jpg);
}
#thb-flip-box-id3 .thb-flip-box-back {
background-image: url();
}
#thb-flip-box-id3 .thb-flip-box-back {
background:#13a1d5;background:linear-gradient( -135deg,#21e241,#13a1d5 );
}


#thb-flip-box-id4 .thb-flip-box-front {background-image: url(../images/mania-box-img4.jpg);
}
#thb-flip-box-id4 .thb-flip-box-back {
background-image: url();
}
#thb-flip-box-id4 .thb-flip-box-back {
background:#13a1d5;background:linear-gradient( -135deg,#21e241,#13a1d5 );
}

#thb-flip-box-id5 .thb-flip-box-front {background-image: url(../images/mania-box-img5.jpg);
}
#thb-flip-box-id5 .thb-flip-box-back {
background-image: url();
}
#thb-flip-box-id5 .thb-flip-box-back {
background:#13a1d5;background:linear-gradient( -135deg,#21e241,#13a1d5 );
}


#thb-flip-box-id6 .thb-flip-box-front {background-image: url(../images/mania-box-img6.jpg);
}
#thb-flip-box-id6 .thb-flip-box-back {
background-image: url();
}
#thb-flip-box-id6 .thb-flip-box-back {
background:#13a1d5;background:linear-gradient( -135deg,#21e241,#13a1d5 );
}*/