body {
    font-family: 'Roboto', ui-serif !important;
    font-size: 15px;
    letter-spacing: 0.5px;
    line-height: 1.5;
    color: #0e0e0e;
    background-color: #f8f8f8;
}

.mu-service-icon-box,
.mu-team-social-info a:hover,
.mu-team-social-info a:focus,
.mu-testimonial-slide .slick-dots li button::before,
.mu-testimonial-slide .slick-dots li.slick-active button::before,
.mu-footer-area a:hover,
.mu-footer-area a:focus,
.mu-hero-left .mu-primary-btn,
.mu-hero-left .mu-primary-btn:hover,
.mu-hero-left .mu-primary-btn:focus,
.mu-single-counter i,
.counter-value {
    color: #0e0e0e;
}

.mu-send-msg-btn:hover,
.mu-send-msg-btn:focus,
.mu-book-overview-icon-box,
.mu-social-media a,
.mu-social-media a:hover,
.mu-social-media a:focus,
.mu-order-btn:hover,
.mu-order-btn:focus {
    border: 1px solid #0e0e0e;
    color: #0e0e0e;
}


/*Custom Containier Grid NARROWER*/

.container {
    padding-right: 55px;
    padding-left: 55px;
}

#mu-testimonials {
    background-color: #fff !important;
}

#mu-pricing {
    background-color: transparent;
}

#mu-footer {
    background-color: #f2f2f2;
}

.mu-send-msg-btn {
    border: 1px solid #0e0e0e;
    background-color: #0e0e0e;
}

.navbar-default .navbar-nav>.active>a,
.navbar-default .navbar-nav>.active>a:focus,
.navbar-default .navbar-nav>.active>a:hover {
    background-color: transparent;
    color: #42c2ff;
    font-weight: bold;
}

.navbar-default .mu-menu li a:hover,
.navbar-default .mu-menu li a:focus {
    background-color: transparent;
    color: #42c2ff;
    font-weight: bold;
}

#mu-hero,
.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button,
.mu-header-dot,
.mu-author-social a,
.mu-pricing-content .mu-popular-price-tag,
#mu-video-review:before {
    background-color: #fff;
}

.mu-hero-left p {
    color: #0e0e0e;
    margin-bottom: 20px;
}

.mu-hero-left span {
    color: rgba(0, 0, 0, .6) !important;
    font-size: 14px;
}

.mu-contact-form .form-control:focus,
.mu-testimonial-slide .slick-dots li button:hover,
.mu-testimonial-slide .slick-dots li button:focus,
.mu-testimonial-slide .slick-dots li.slick-active button {
    border: 1px solid #0e0e0e;
}

.navbar-default .mu-menu li a {
    color: #0e0e0e;
}

.navbar-brand {
    padding: 22px 15px 22px 15px;
    margin-left: -30px !important;
}

.hero-img {
    float: right;
    /*Animation*/
    animation: zoominoutsinglefeatured 3s forwards;
}

#mu-hero {
    /*
    background-image: url("../../images/roby2020-38.png");
    background-repeat: repeat;
    background-position: bottom;
    width: 100%;
    */
    /*
    background-image: url("../../images/yellow.jpg");
    background-size:     cover;                     
    background-repeat:   no-repeat;
    background-position: center center;
    opacity: 1;  
   */
}

.team-member img {}

#animation-pic {
    width: 100%;
    height: 551px;
}

.action-btn-solution {
    display: inline-block;
    font: normal normal 500 2rem 'Roboto';
    text-decoration: none;
    color: #fff;
    backdrop-filter: blur(20px);
    -webkit-backdrop-filter: blur(20px);
    background-color: #42c2ff;
    border-bottom: 1px solid rgba(0, 0, 0, 0.1);
    border-radius: 100px;
    padding: .7em 1.2em;
    margin-top: 30px;
    background-size: 200% 100%;
    background-image: linear-gradient(to right, transparent 50%, #42c2ff 20%);
    transition: background-position .3s cubic-bezier(0.19, 1, 0.22, 1) .1s, color .5s ease 0s, background-color .5s ease;
}

.action-btn-solution:hover {
    font-weight: 500;
    color: rgba(255, 255, 255, 1);
    background-color: #4284ff;
    background-position: -100% 100%;
}

#mu-hero::after {}

.filtered {
    background: yellow;
    position: relative;
}

.filtered img {
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    opacity: 0.2;
}

.hero-img:hover {}

@keyframes zoominoutsinglefeatured {
    0% {
        transition: transform 1s, filter 1.5s ease-in-out;
        filter: grayscale(100%);
        transform: scale(1.01);
        transform-origin: 100% 0;
    }
    50% {
        /*transform: scale(1.2,1.2);*/
        filter: grayscale(70%);
    }
    100% {
        filter: grayscale(0);
        transform: scale(1) translateY(1%);
    }
}

.navbar-right {
    margin-right: -46px!important;
}

.mu-hero-left h1 {
    color: #0e0e0e;
    margin-bottom: 20px;
    margin-top: 0px;
    letter-spacing: 0.2px;
    line-height: 75px;
    font-weight: bolder;
    font-size: 60px;
    z-index: 1;
}

.hero-p {
    font-size: 15px;
    font-weight: 500;
    z-index: 1;
}

.hero-span {
    margin-top: 20px !important;
    margin-bottom: 60px;
    color: #0e0e0e!important;
}

#mu-header.mu-fixed-nav {
    background-color: rgba(255, 255, 255, 0.93);
    width: 100%;
    position: fixed;
    padding: 15px 0;
}

.mu-single-counter {
    display: inline;
    float: left;
    text-align: center;
    width: 80%;
    border: 5px solid #0e0e0e;
    padding-bottom: 20px;
    margin: 0 10%;
}

#mu-author::before {
    /*background: rgba(0,0,0,0.9);*/
    background: #fff;
    bottom: 0;
    content: '';
    left: 0;
    top: 0;
    right: 0;
    position: absolute;
    opacity: 0.84;
}

.mu-press-image {
    padding: 20px 5px;
    text-align: center;
    -webkit-transform: scale(.9);
    transform: scale(.9);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

#mu-book-overview {
    background-color: #fff;
}

p {
    font-size: 13px;
    margin-top: 10px;
}

.techstars-text {
    text-align: center;
    display: block;
    margin: auto;
    margin-top: 30px;
}

.mu-pricing-area {
    display: inline;
    float: left;
    padding: 50px 0px 14px 0px;
    width: 100%;
}

.saved {
    color: rgba(239, 51, 64, 1);
    background-color: rgba(239, 51, 64, .2);
    padding: 5px 20px;
    border-radius: 20px;
    font-size: 16px !important;
}

.popular {
    border: 9px solid #0e0e0e;
    opacity: 1;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    color: #0e0e0e !important;
}

.popular-price {
    color: #42c2ff;
    padding: 0 !important;
    margin: 15px 0px !important;
    font-weight: 700;
}

.techstars-row {
    margin-top: 30px;
    /*background-color: #f4f4f4;*/
    padding-top: 30px;
    padding-bottom: 30px;
}

.investor-p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
}

.techstars-logo {
    max-width: 240px;
    text-align: center;
    display: block;
    margin: auto;
}

.mu-press-image:hover {
    opacity: 1;
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-filter: grayscale(0) blur(0);
    filter: grayscale(0) blur(0);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

#addtoslackbtn_top_title img {
    max-height: 45px;
    border-radius: 5px;
}

#addtoslackbtn_top_index {
    top: -7px;
}

#addtoslackbtn_top_index img {
    max-height: 34px;
    border-radius: 5px;
}

#addtoslackbtn_pricing img {
    max-height: 45px;
    border-radius: 5px;
}

.navbar-default .mu-menu li a:after {
    background: #42c2ff;
}

.mu-primary-btn {
    /*background-color: transparent;*/
    /*border-radius: 100px;*/
    /*border: solid 2px #0e0e0e;*/
    background-color: #42c2ff !important;
    border-radius: 0px;
    border: solid 0px #0e0e0e !important;
    color: #fff !important;
    display: inline-block;
    font-size: 15px;
    font-weight: 400;
    letter-spacing: 1px;
    padding: 12px 25px;
    -webkit-transition: all 0.5s;
    transition: all 0.5s;
}

.ticketing-img {
    opacity: .7;
    -webkit-filter: grayscale(100%);
    filter: grayscale(100%);
    max-width: 150px;
    margin-left: 0px;
    margin-top: 30px;
    padding: 10px 20px 10px 0px;
}

.emoji-image {
    max-width: 90px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}


/*
.emoji-image1{
    max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}

.emoji-image2{
   max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}
.emoji-image3{
   max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}
.emoji-image4{
    max-width: 95px;
    margin-bottom: 0px;
    display: inline-block;
    padding-bottom: 0;
    margin-top: -55px;
    background: #fff;
    padding: 25px;
}
*/

.mu-author-social a,
.mu-pricing-content .mu-popular-price-tag,
#mu-video-review:before {
    background-color: #42c2ff;
}

.xs-span {
    font-size: 12px !important;
    display: inline-block;
}

.mu-author-info h3 {
    border-bottom: none;
    font-size: 34px;
}

h2 {
    font-size: 36px;
}


/*
hr {
    margin-top: 200px;
    margin-bottom: 32px;
    border: 3px solid #0e0e0e;
    width: 48px;
    margin-left: 0px;
}
*/

.link-p {
    color: #42c2ff;
    font-weight: 500;
    text-decoration: none;
}

.mu-header-dot {
    background-color: #42c2ff;
}

.mu-pricing-single {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
    opacity: .9;
    -webkit-transform: scale(.95);
    transform: scale(.95);
    -webkit-transition: all .1s ease-in-out;
    transition: all .1s ease-in-out;
}

.mu-pricing-single:hover {
    opacity: 1;
    box-shadow: 0 0 1rem rgba(0, 0, 0, .3);
    -webkit-transform: scale(1);
    transform: scale(1);
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
}

.mu-author-image {
    max-width: 88%;
}

.add-shadow {
    box-shadow: 0 0 1rem rgba(0, 0, 0, .1);
}

.mu-book-overview-single {
    -webkit-transform: scale(.98);
    transform: scale(.98);
    transform: scale(.98);
}

.mu-book-overview-single:hover {
    -webkit-transition: .2s ease-in-out;
    transition: .2s ease-in-out;
    -webkit-transform: scale(1);
    transform: scale(1);
    box-shadow: 0 0 2rem rgba(0, 0, 0, .1);
}

.team-p {
    text-align: center;
    font-size: 12px;
    font-weight: 700;
    text-transform: uppercase !important;
}

.mu-price-feature li {
    padding-left: 30px;
    padding-right: 30px;
}

.price-special {
    font-weight: bold;
    color: #0e0e0e;
}

.mu-team-image {
    max-width: 75%;
    display: block;
    margin: auto;
}

.legal-link:hover {
    color: #42c2ff !important;
}

.product-icon-img {
    max-width: 50px;
}

.container-live-demo {
    padding: 0;
}

.mu-book-overview-icon-box {
    border: none;
}

.mu-book-overview-single {
    display: inline;
    float: left;
    text-align: center;
    width: 100%;
    background: #fff;
    padding: 50px 20px;
    margin: 30px 0 10px;
}

.product-p {
    font-size: 14px;
}


/*
.ball {
  position: absolute;
  border-radius: 100%;
  opacity: 0.3;
  z-index: 0;
}
*/

.myButt {
    outline: none;
    border: none;
    padding: 12px 30px 12px 30px;
    display: block;
    cursor: pointer;
    font-size: 17px;
    background-color: #0e0e0e;
    position: relative;
    border: 0px solid #fff;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}


/*
.myButt:focus{
      outline: none;
    border: none;
    padding: 16px 30px 12px 30px;
    display: block;
    cursor: pointer;
    font-size: 17px;
    background-color: #fff;
    position: relative;
    border: 5px solid #0e0e0e;
    transition: all 0.5s ease;
    -webkit-transition: all 0.5s ease;
    -moz-transition: all 0.5s ease;
    -o-transition: all 0.5s ease;
    -ms-transition: all 0.5s ease;
}
*/

.one {
    border-color: #0e0e0e;
    overflow: hidden;
    color: #fff;
    font-weight: 600;
}

.one .insider {
    background-color: #fff;
    width: 100%;
    height: 20px;
    position: absolute;
    left: -235px;
    transform: rotateZ(45deg);
    -webkit-transform: rotateZ(45deg);
    -moz-transform: rotateZ(45deg);
    -o-transform: rotateZ(45deg);
    -ms-transform: rotateZ(45deg);
}

.one:hover {
    background-color: #42c2ff;
    border-color: #0e0e0e;
    color: #fff;
}

.one:hover .insider {
    transition: all 0.3s ease;
    -webkit-transition: all 0.3s ease;
    -moz-transition: all 0.3s ease;
    -o-transition: all 0.3s ease;
    -ms-transition: all 0.3s ease;
    left: 235px;
}

.roby-experience-section {
    background: #90f7ff !important;
}

.testimonial-container {
    margin-bottom: 40px;
}

.emoji-counter {
    padding: 0px 40px;
    font-size: 60px;
    position: relative;
    top: -40px;
    background: #90f7ff;
}


/*FOOTER*/

.site-footer {
    text-align: left;
}

.site-footer h6 {
    color: #0e0e0e;
    font-size: 16px;
    text-transform: uppercase;
    margin-top: 5px;
    letter-spacing: 2px;
    margin-bottom: 39px;
}

.site-footer a {
    color: #122e49;
}

.site-footer a:hover {
    color: #42c2ff;
    text-decoration: none;
}

.footer-links {
    padding-left: 0;
    list-style: none
}

.footer-links li {
    display: block
}

.footer-links a {
    color: #0e0e0e;
    font-size: 14px;
    font-weight: 500;
}

.footer-links a:active,
.footer-links a:focus,
.footer-links a:hover {
    color: #42c2ff;
    text-decoration: none;
}

.footer-links.inline li {
    display: inline-block
}

.site-footer .social-icons {
    text-align: right
}

.site-footer .social-icons a {
    width: 40px;
    height: 40px;
    line-height: 40px;
    margin-left: 6px;
    margin-right: 0;
    border-radius: 100%;
    background-color: #eceeef;
}

.copyright-text {
    margin: 0
}

@media (max-width:991px) {
    .site-footer [class^=col-] {
        margin-bottom: 30px
    }
}

@media (max-width:767px) {
    .site-footer {
        padding-bottom: 0
    }
    .site-footer .copyright-text,
    .site-footer .social-icons {
        text-align: center
    }
}

.social-icons {
    padding-left: 0;
    margin-bottom: 0;
    list-style: none
}

.social-icons li {
    display: inline-block;
    margin-bottom: 4px
}

.social-icons li.title {
    margin-right: 15px;
    text-transform: uppercase;
    color: #96a2b2;
    font-weight: 700;
    font-size: 13px
}

.social-icons a {
    background-color: #eceeef;
    color: #818a91;
    font-size: 16px;
    display: inline-block;
    line-height: 44px;
    width: 44px;
    height: 44px;
    text-align: center;
    margin-right: 8px;
    border-radius: 100%;
    -webkit-transition: all .2s linear;
    -o-transition: all .2s linear;
    transition: all .2s linear
}

.social-icons a:active,
.social-icons a:focus,
.social-icons a:hover {
    color: #fff;
    background-color: #29aafe
}

.fa-2x {
    font-size: 1em;
}

.social-icons.size-sm a {
    line-height: 34px;
    height: 34px;
    width: 34px;
    font-size: 14px
}

.social-icons a.facebook:hover {
    background-color: #3b5998
}

.social-icons a.instagram:hover {
    background-color: #000;
}

.social-icons a.twitter:hover {
    background-color: #00aced
}

.social-icons a.linkedin:hover {
    background-color: #007bb6
}

.social-icons a.dribbble:hover {
    background-color: #ea4c89
}

@media (max-width:767px) {
    .social-icons li.title {
        display: block;
        margin-right: 0;
        font-weight: 600
    }
}

.text-justify {
    text-align: left;
    font-size: 14px;
    padding-right: 80px;
    margin-top: 27px;
    line-height: 27px;
}

hr {
    margin-top: 40px;
    margin-bottom: 20px;
    border: 0;
    border-top: 1px solid rgba(0, 0, 0, .2);
}

.copyright-text {
    font-size: 16px;
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 10rem;
    padding: .5rem 3.5rem .5rem .5rem;
    margin: .125rem 0 0;
    font-size: 1rem;
    color: #212529;
    text-align: left;
    list-style: none;
    background-color: #fff;
    background-clip: padding-box;
    border: 1px solid rgba(0, 0, 0, .15);
    border-radius: .25rem;
}

.dropdown-item {
    display: block;
    width: 88%;
    padding: .25rem 1.5rem;
    clear: both;
    font-weight: 400;
    color: #212529;
    text-align: inherit;
    white-space: nowrap;
    background-color: transparent;
    border: 0;
    margin: 10px 0px 5px;
}

.nav .open>a,
.nav .open>a:focus,
.nav .open>a:hover {
    background-color: transparent;
    border-color: transparent;
}

.dropdown-item:hover {
    color: #16181b;
    text-decoration: none;
    background-color: #f8f9fa;
}

.counter-small {
    font-size: 14px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-menu>li>a {
    display: block;
    padding: 3px 20px;
    clear: both;
    font-weight: normal;
    line-height: 20px;
    color: #333333;
    white-space: nowrap;
}

.dropdown-submenu>a:after {
    display: none;
    float: right;
    width: 0;
    height: 0;
    margin-top: 10px;
    margin-right: 95px;
    border-color: transparent;
    border-left-color: #cccccc;
    border-style: solid;
    border-width: 5px 0 5px 5px;
    content: " ";
}

.dropdown-menu {
    position: absolute;
    top: 100%;
    left: 0;
    z-index: 1000;
    display: none;
    float: left;
    min-width: 160px;
    padding: 5px 0;
    margin: 2px 0 0;
    list-style: none;
    background-color: #ffffff;
    border: 1px solid #ccc;
    border: 1px solid rgba(0, 0, 0, 0.2);
    *border-right-width: 2px;
    *border-bottom-width: 2px;
    -webkit-border-radius: 6px;
    -moz-border-radius: 6px;
    border-radius: 6px;
    -webkit-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -moz-box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    box-shadow: 0 5px 10px rgba(0, 0, 0, 0.2);
    -webkit-background-clip: padding-box;
    -moz-background-clip: padding;
    background-clip: padding-box;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 100%;
    margin-top: -6px;
    margin-left: -1px;
    -webkit-border-radius: 0 6px 6px 6px;
    -moz-border-radius: 0 6px 6px 6px;
    border-radius: 0 6px 6px 6px;
}

.dropdown-submenu {
    position: relative;
}

.dropdown-submenu>.dropdown-menu {
    top: 0;
    left: 50%;
    margin-top: -300px;
    margin-left: -1px;
}

.dropdown-submenu:hover>.dropdown-menu {
    display: block;
}

.dropdown-submenu:hover>a:after {
    border-left-color: #fff;
}

.dropdown-submenu.pull-left {
    float: none;
}

.dropdown-submenu.pull-left>.dropdown-menu {
    left: -100%;
    margin-left: 10px;
}

.gray {
    color: #a5a5a5;
}

.team {
    margin: 40px;
}

.team-member {
    margin: 15px 0;
    padding: 0;
    border-radius: 50px
}

.team-member figure {
    position: relative;
    overflow: hidden;
    padding: 0;
    margin: 0;
}

.team-member figure img {
    width: 180px;
    height: 180px;
    object-fit: cover;
    border-radius: 50%;
    margin: auto;
    background: linear-gradient(to right top, #008df2 0%, #9900f2 100%);
    padding: 4px
}


/*
.g {
    width: 190px;
    height: 190px;
    background: linear-gradient(to top, #fb63f6 0%, #ae4bfb 100%);
    border-radius: 50%;
    position: relative;
    text-align: center;
    box-sizing: border-box;
    padding: 5px;
}

.g::before {
    border-radius: 100%;
    content: '';
    background-image: linear-gradient(to bottom, #3acfd5 0%, #3a4ed5 100%);
    top: -10px;
    left: -10px;
    bottom: -10px;
    right: -10px;
    position: absolute;
    z-index: -1;
}
*/

.team-member figcaption p {
    font-size: 16px;
}

.team-member figcaption ul {
    list-style: none;
    margin: 0;
    padding: 0;
}

.team-member figcaption ul {
    visibility: visible;
    -webkit-transition: all 0.1s ease-in-out;
    -moz-transition: all 0.1s ease-in-out;
    -o-transition: all 0.1s ease-in-out;
    transition: all 0.1s ease-in-out;
}

.team-member figcaption ul li {
    display: inline-block;
    padding: 10px;
}

.team-member h4 {
    margin: 18px 0 0;
    padding: 0;
    font-size: 24px;
}

.team-member figcaption {
    padding: 40px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
    -webkit-transition: all 0.3s ease-in-out;
    -moz-transition: all 0.3s ease-in-out;
    -o-transition: all 0.3s ease-in-out;
    transition: all 0.3s ease-in-out;
}

.test figcaption {
    padding: 50px;
    color: transparent;
    background-color: transparent;
    position: absolute;
    z-index: 996;
    bottom: 0;
    left: 0;
    width: 100%;
    height: 0;
    overflow: hidden;
    visibility: hidden;
}

.team-member figure:hover figcaption {
    visibility: visible;
    color: #0e0e0e;
    background: #cbeeff;
    height: 100%;
}

.test figure:hover figcaption {
    visibility: visible;
    color: #0e0e0e;
    /*background: rgba(230, 78, 62, 0.9);*/
    /* Primary color, can be changed via colors.css */
    background-image: url('../../images/a2.png');
    background-repeat: no-repeat;
    background-position: center;
    background-size: 100% 100%;
    height: 100%;
    /*
  -webkit-transition: all 0.3s ease-in-out;
  -moz-transition: all 0.3s ease-in-out;
  -o-transition: all 0.3s ease-in-out;
  transition: all 0.3s ease-in-out;
  */
}

.team-member figure:hover figcaption ul li a:hover {
    color: rgba(49, 49, 49, .97);
}

.team-member figure img {
    -webkit-transform: scale(1) rotate(0) translateY(0);
    -moz-transform: scale(1) rotate(0) translateY(0);
    -o-transform: scale(1) rotate(0) translateY(0);
    -ms-transform: scale(1) rotate(0) translateY(0);
    transform: scale(1) rotate(0) translateY(0);
    -webkit-transition: all 0.4s ease-in-out;
    -moz-transition: all 0.4s ease-in-out;
    -o-transition: all 0.4s ease-in-out;
    transition: all 0.4s ease-in-out;
}

.team-member figure:hover img {
    /*
  -webkit-transform: scale(1.1) rotate(1deg) translateY(12px);
  -moz-transform: scale(1.1) rotate(1deg) translateY(12px);
  -o-transform: scale(1.1) rotate(1deg) translateY(12px);
  -ms-transform: scale(1.1) rotate(1deg) translateY(12px);
  transform: scale(1.1) rotate(1deg) translateY(12px);
  -webkit-transition: all 0.4s ease-in-out;
  -moz-transition: all 0.4s ease-in-out;
  -o-transition: all 0.4s ease-in-out;
  transition: all 0.4s ease-in-out;
  */
}