body .rael-team-member .profile-card {
    background-color: #fff;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    padding: 40px 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}
body .rael-team-member .profile-card .profile-footer .rael-team-social-list,
.rael-team-social-list {
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center
}
body .rael-team-member ul {
    margin: 0;
    padding: 0
}
body .rael-team-member .profile-card.text-center .profile-header {
    margin-left: auto;
    margin-right: auto
}
body .rael-team-member .profile-card:hover {
    -webkit-box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3);
    box-shadow: 0 42px 60px 0 rgba(0, 0, 0, .3)
}
body .rael-team-member .profile-card:hover .profile-body .profile-title {
    color: #2575fc
}
body .rael-team-member .profile-icon {
    display: -webkit-inline-box;
    display: -ms-inline-flexbox;
    display: inline-flex;
    position: relative;
    z-index: 0
}
body .rael-team-member .profile-icon[class*=icon-align-] {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
body .rael-team-member .profile-icon.icon-align-start {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
body .rael-team-member .profile-icon.icon-align-center {
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center
}
body .rael-team-member .profile-icon.icon-align-end {
    -webkit-box-pack: end;
    -ms-flex-pack: end;
    justify-content: flex-end
}
body .rael-team-member .profile-icon svg {
    max-width: 60px;
    height: auto;
    vertical-align: middle
}
body .rael-team-member .profile-icon>i {
    display: block;
    width: 60px;
    height: 60px;
    color: #fff;
    background-color: #fc0467;
    -webkit-border-radius: 50%;
    border-radius: 50%;
    font-size: 22px;
    line-height: 50px;
    text-align: center;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
body .rael-team-member .profile-body {
    padding-bottom: 20px
}
body .rael-team-member .profile-body .profile-title {
    font-size: 22px;
    color: #000;
    margin: 0
}
body .rael-team-member .profile-body .profile-title>a {
    color: inherit
}
body .rael-team-member .profile-body .profile-designation {
    color: rgba(0, 0, 0, .5);
    font-size: 13px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    margin-bottom: 15px
}
body .rael-team-member .profile-header {
    margin-bottom: 38px;
    position: relative;
    overflow: hidden;
    display: inline-block;
    max-width: 100%
}
body .rael-team-member .profile-header>img {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
body .rael-team-member .no-rael-team-img>img {
    width: 160px;
    height: 160px
}
body .rael-team-member .profile-image-card {
    position: relative;
    overflow: hidden
}
body .rael-team-member .profile-image-card:before {
    position: absolute;
    content: "";
    top: 100%;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: rgba(0, 0, 0, .7);
    -webkit-transition: all .4s ease .2s;
    -o-transition: all .4s ease .2s;
    transition: all .4s ease .2s;
    z-index: 1;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden;
    opacity: 0;
    visibility: hidden
}
body .rael-team-member .profile-image-card .hover-area {
    position: absolute;
    top: 50%;
    -webkit-transform: translateY(-20%);
    -ms-transform: translateY(-20%);
    transform: translateY(-20%);
    z-index: 2;
    width: 100%;
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .3s ease;
    -o-transition: all .3s ease;
    transition: all .3s ease
}
body .rael-team-member .profile-image-card .hover-area .profile-designation,
body .rael-team-member .profile-image-card .hover-area .profile-title {
    color: #fff
}
body .rael-team-member .profile-image-card:hover .hover-area {
    opacity: 1;
    visibility: visible;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%);
    -webkit-transition: all .3s ease .1s;
    -o-transition: all .3s ease .1s;
    transition: all .3s ease .1s
}
body .rael-team-member .profile-image-card:hover:before {
    top: 0;
    opacity: 1;
    visibility: visible;
    -webkit-transition: all .4s ease 0s;
    -o-transition: all .4s ease 0s;
    transition: all .4s ease 0s
}
body .rael-team-member .image-card-v2 .profile-image-card:before {
    background-color: #123075;
    top: 20px;
    left: 20px;
    right: 20px;
    bottom: 20px;
    width: auto;
    height: auto;
    -webkit-transform: scale(2);
    -ms-transform: scale(2);
    transform: scale(2);
    opacity: 0
}
body .rael-team-member .image-card-v2 .profile-image-card:hover:before {
    opacity: .93;
    -webkit-transform: scale(1);
    -ms-transform: scale(1);
    transform: scale(1)
}
body .rael-team-member .image-card-v2 .profile-image-card .hover-area {
    padding-left: 50px;
    padding-right: 50px
}
body .rael-team-member .image-card-v2 .profile-image-card .profile-body .border-hr {
    background-color: hsla(0, 0%, 100%, .6);
    margin-bottom: 25px
}
body .rael-team-member .image-card-v2 .profile-image-card .profile-body .profile-content {
    color: #fff
}
body .rael-team-member .image-card-v2.style-circle .profile-image-card {
    width: 100%;
    height: auto
}
body .rael-team-member .image-card-v2.style-circle .profile-image-card:before {
    -webkit-border-radius: inherit;
    border-radius: inherit
}
body .rael-team-member .image-card-v2.style-circle .profile-image-card:after {
    content: " ";
    display: block;
    padding-bottom: 100%
}
body .rael-team-member .image-card-v2.style-circle .profile-image-card>img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
body .rael-team-member .image-card-v3 .profile-image-card:before {
    display: none
}
body .rael-team-member .image-card-v3 .profile-image-card:after {
    position: absolute;
    content: "";
    left: 0;
    bottom: 0;
    height: 100%;
    width: 100%;
    background-color: #111;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    pointer-events: none
}
body .rael-team-member .image-card-v3 .profile-image-card .hover-area {
    top: inherit;
    bottom: 0;
    -webkit-transform: none;
    -ms-transform: none;
    transform: none
}
body .rael-team-member .image-card-v3 .profile-image-card:hover .hover-area {
    -webkit-transform: translateY(-40px);
    -ms-transform: translateY(-40px);
    transform: translateY(-40px)
}
body .rael-team-member .image-card-v3 .profile-image-card:hover:after {
    opacity: .8
}
body .rael-team-member .image-card-v3.tiny-gutters {
    margin-left: -3px;
    margin-right: -3px
}
body .rael-team-member .image-card-v3.tiny-gutters>[class^=col-] {
    padding-left: 3px;
    padding-right: 3px;
    margin-bottom: 6px
}
body .rael-team-member .profile-square-v .profile-card {
    padding: 20px 20px 40px;
    z-index: 1
}
body .rael-team-member .profile-square-v .profile-card:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #123075;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    -webkit-background-size: 101% 102%;
    background-size: 101% 102%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
body .rael-team-member .profile-square-v .profile-card .profile-header {
    width: 100%;
    height: 100%;
    -webkit-border-radius: 0;
    border-radius: 0
}
body .rael-team-member .profile-square-v .profile-card .profile-content {
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
body .rael-team-member .profile-square-v .profile-card:hover:before {
    opacity: 1
}
body .rael-team-member .profile-square-v .profile-card:hover .profile-body .profile-designation,
body .rael-team-member .profile-square-v .profile-card:hover .profile-body .profile-title {
    color: #fff
}
body .rael-team-member .profile-square-v .profile-card:hover .profile-content {
    color: #fff
}
body .rael-team-member .profile-square-v.square-v2 .profile-card:before {
    display: none
}
body .rael-team-member .profile-square-v.square-v2 .profile-card:hover {
    background-color: #fff
}
body .rael-team-member .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-title {
    color: #2575fc
}
body .rael-team-member .profile-square-v.square-v2 .profile-card:hover .profile-body .profile-designation {
    color: #656565
}
body .rael-team-member .profile-square-v.square-v3 .profile-card:hover {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1)
}
body .rael-team-member .profile-square-v.square-v4 .profile-card {
    max-height: 380px;
    overflow: hidden
}
body .rael-team-member .profile-square-v.square-v4 .profile-card:before {
    display: none
}
body .rael-team-member .profile-square-v.square-v4 .profile-card .profile-header {
    margin-bottom: 0;
    max-width: 255px;
    max-height: 255px
}
body .rael-team-member .profile-square-v.square-v4 .profile-card.text-left .profile-header img {
    left: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
body .rael-team-member .profile-square-v.square-v4 .profile-card.text-right .profile-header img {
    left: auto;
    right: 0;
    -webkit-transform: translateY(-50%);
    -ms-transform: translateY(-50%);
    transform: translateY(-50%)
}
body .rael-team-member .profile-square-v.square-v4 .profile-card .profile-body {
    margin-bottom: 0;
    padding: 35px 20px;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    position: relative
}
body .rael-team-member .profile-square-v.square-v4 .profile-card .profile-body:before {
    position: absolute;
    content: "";
    top: 0;
    left: 0;
    height: 100%;
    width: 100%;
    background-color: #123075;
    opacity: 0;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease;
    z-index: -1;
    -webkit-background-size: 101% 102%;
    background-size: 101% 102%;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
body .rael-team-member .profile-square-v.square-v4 .profile-card .profile-body .rael-team-social-list {
    opacity: 0;
    visibility: hidden;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
body .rael-team-member .profile-square-v.square-v4 .profile-card:hover {
    -webkit-box-shadow: none;
    box-shadow: none
}
body .rael-team-member .profile-square-v.square-v4 .profile-card:hover .profile-body {
    -webkit-transform: translateY(-50px);
    -ms-transform: translateY(-50px);
    transform: translateY(-50px)
}
body .rael-team-member .profile-square-v.square-v4 .profile-card:hover .profile-body:before {
    opacity: 1
}
body .rael-team-member .profile-square-v.square-v4 .profile-card:hover .profile-body .rael-team-social-list {
    opacity: 1;
    visibility: visible
}
body .rael-team-member .profile-square-v.square-v5 .profile-card {
    padding-bottom: 50px
}
body .rael-team-member .profile-square-v.square-v5 .profile-card .profile-body,
body .rael-team-member .profile-square-v.square-v5 .profile-card .profile-header {
    padding-bottom: 0
}
body .rael-team-member .profile-square-v.square-v5 .profile-card .profile-body {
    padding: 32px 60px
}
body .rael-team-member .profile-square-v.square-v6 .profile-card {
    padding-bottom: 35px
}
body .rael-team-member .profile-square-v.square-v6 .profile-card:after {
    position: absolute;
    content: "";
    height: 5px;
    width: 100%;
    bottom: 0;
    left: 0;
    background-color: #2965f1;
    opacity: .2;
    -webkit-transition: all .4s ease;
    -o-transition: all .4s ease;
    transition: all .4s ease
}
body .rael-team-member .profile-square-v.square-v6 .profile-card .profile-body,
body .rael-team-member .profile-square-v.square-v6 .profile-card .profile-header {
    margin-bottom: 0
}
body .rael-team-member .profile-square-v.square-v6 .profile-card .profile-body {
    padding: 40px
}
body .rael-team-member .profile-square-v.square-v6 .profile-card:hover {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1)
}
body .rael-team-member .profile-square-v.square-v6 .profile-card:hover:after {
    opacity: 1
}
body .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:after {
    display: none
}
body .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:before {
    opacity: 0;
    -webkit-background-size: 101% 101%;
    background-size: 101% 101%
}
body .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover:before {
    opacity: 1
}
body .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-title {
    color: #fff
}
body .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-content,
body .rael-team-member .profile-square-v.square-v6.square-v6-v2 .profile-card:hover .profile-body .profile-designation {
    color: #fff
}
body .rael-team-member .profile-info-text {
    padding-right: 30px
}
body .rael-team-member .profile-info-text .info-title {
    font-size: 48px;
    margin-bottom: 23px
}
body .rael-team-member .profile-info-text p {
    margin-bottom: 37px
}
body .rael-team-member .small-gutters .profile-card {
    padding: 10px 10px 40px
}
body .rael-team-member .no_gutters .profile-card {
    padding: 0
}
body .rael-team-member .style-circle .profile-image-card {
    width: 255px;
    height: 255px;
    -webkit-border-radius: 50%;
    border-radius: 50%
}
body .rael-team-member .style-circle .profile-image-card.text-center,
body .rael-team-member .text-center .profile-header {
    margin-left: auto;
    margin-right: auto
}
body .rael-team-member .rael-team-style-default:before {
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    background-color: transparent !important;
    -webkit-border-radius: inherit;
    border-radius: inherit;
    opacity: 0;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    z-index: -1
}
body .rael-team-member .rael-team-style-default:hover:before {
    opacity: 1
}
body .rael-team-member .rael-team-style-long_height_hover>img,
body .rael-team-member .rael-team-style-overlay>img,
body .rael-team-member .rael-team-style-overlay_details>img {
    display: block
}
body .rael-team-member .rael-team-style-long_height_details {
    overflow: hidden
}
body .rael-team-member .rael-team-style-centered_style_details .profile-designation,
body .rael-team-member .rael-team-style-long_height_details .profile-designation,
body .rael-team-member .rael-team-style-long_height_details_hover .profile-designation {
    margin-bottom: 30px
}
body .rael-team-member .rael-team-style-hover_info .profile-designation {
    margin-bottom: 25px
}
body .rael-team-member .rael-team-style-overlay_circle_hover .profile-designation,
body .rael-team-member .rael-team-style-overlay_details .profile-designation {
    margin-bottom: 12px
}
body .rael-team-member .rael-team-img>img {
    margin-left: auto;
    margin-right: auto;
    -webkit-border-radius: inherit;
    border-radius: inherit
}
body .rael-team-member .rael-team-img.profile-header>img {
    -o-object-fit: cover;
    object-fit: cover
}
body .rael-team-member .rael-team-img.profile-image-card>img {
    width: 100%
}
body .rael-team-member .rael-team-modal.mfp-wrap:before {
    background-color: #555;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-animation: none;
    animation: none
}
body .rael-team-member .rael-team-modal.mfp-bg {
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-animation: none;
    animation: none
}
body .rael-team-member .rael-team-modal.mfp-wrap:before {
    opacity: .8;
    -webkit-transition: opacity .3s;
    -o-transition: opacity .3s;
    transition: opacity .3s;
    cursor: -webkit-zoom-out;
    cursor: zoom-out
}
body .rael-team-member .rael-team-modal.mfp-wrap.mfp-ready:before {
    opacity: 1
}
body .rael-team-member .rael-team-modal.mfp-wrap.rael-team-modal:before {
    background-color: #555;
    -webkit-border-radius: 0;
    border-radius: 0;
    -webkit-animation: none;
    animation: none
}
body .rael-team-member .rael-team-modal.mfp-wrap>.mfp-container {
    padding: 60px 15px;
    overflow: auto
}
body .rael-team-member .rael-team-modal-close {
    position: absolute;
    top: 10px;
    right: 10px;
    width: 40px;
    height: 40px;
    padding: 0;
    color: #656565;
    background-color: transparent;
    border-width: 0;
    -webkit-border-radius: 0;
    border-radius: 0;
    font-size: 18px;
    line-height: 1;
    outline: 0;
    z-index: 1
}
body .rael-team-member .rael-team-modal-title {
    margin-top: 0;
    margin-bottom: 8px;
    color: #000;
    font-size: 22px
}
body .rael-team-member .rael-team-modal-position {
    margin-bottom: 35px;
    color: rgba(0, 0, 0, .5);
    font-size: 13px
}
body .rael-team-member .rael-team-modal-img {
    width: 100%;
    margin-bottom: 30px
}
body .rael-team-member .rael-team-modal-img>img {
    display: block;
    width: 100%;
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1)
}
    body .rael-team-member .rael-team-modal-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
        margin-bottom: 0
    }
body .rael-team-member .rael-team-modal-info {
    width: 100%
}
body .rael-team-member .rael-team-modal-info .rael-team-social-list>li>a {
    line-height: 32px;
    -webkit-box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 5px 10px 0 rgba(0, 0, 0, .1)
}
body .rael-team-member .rael-team-modal-info .rael-team-social-list>li>a svg {
    height: auto;
    vertical-align: middle
}
    body .rael-team-member .rael-team-modal-info.has-img {
        -webkit-box-flex: 0;
        -ms-flex: 0 0 66.666667%;
        flex: 0 0 66.666667%;
        max-width: 66.666667%;
        padding-left: 30px
    }
    body .rael-team-member .rael-team-modal-info.has-img {
        padding-left: 50px
    }
body .rael-team-member .rael-team-modal-content {
    margin-bottom: 22px
}
body .rael-team-member .rael-team-modal-content p:not(:last-child) {
    margin-bottom: 10px
}
body .rael-team-member .rael-team-modal-list {
    margin-bottom: 25px;
    padding-left: 0;
    list-style: none;
    color: #656565;
    font-size: 15px
}
body .rael-team-member .rael-team-modal-list>li {
    padding: 19px 0;
    border-top: 1px solid rgba(0, 0, 0, .05)
}
body .rael-team-member .rael-team-modal-list>li:last-child {
    border-bottom: 1px solid rgba(0, 0, 0, .05)
}
body .rael-team-member .rael-team-modal-list strong {
    font-weight: 600;
    padding-right: 18px
}
body .rael-team-member .rael-team-modal-list a {
    color: inherit
}
body .rael-team-member .rael-team-modal-list a:hover {
    color: #2575fc
}
body .rael-team-member .rael-team-modal.my-mfp-slide-bottom .zoom-anim-dialog.rael-team-popup {
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s;
    -webkit-transform: translateX(-50px);
    -ms-transform: translateX(-50px);
    transform: translateX(-50px)
}
body .rael-team-member .rael-team-modal.my-mfp-slide-bottom.mfp-ready .zoom-anim-dialog.rael-team-popup {
    -webkit-transform: translate(0);
    -ms-transform: translate(0);
    transform: translate(0)
}
body .rael-team-member .rael-team-popup .modal-content {
    -webkit-box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    box-shadow: 0 28px 40px 0 rgba(0, 0, 0, .1);
    background-color: #fff;
    border: 0;
    -webkit-border-radius: 0;
    border-radius: 0
}
body .rael-team-member .rael-team-popup .modal-body {
    padding: 60px 40px;
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -ms-flex-wrap: wrap;
    flex-wrap: wrap
}
body .rael-team-member .rael-team-popup .modal-body .rael-team-social-list {
    -webkit-box-pack: start;
    -ms-flex-pack: start;
    justify-content: flex-start
}
body .rael-team-member .rael-team-popup {
    -webkit-transition: color .3s;
    -o-transition: color .3s;
    transition: color .3s
}
body .rael-team-member .modal-header .mfp-close {
    position: static;
    width: auto;
    height: auto;
    padding: 0;
    cursor: pointer;
    margin: 0 0 0 auto
}
body .rael-team-member .rael-team-modal>.mfp-container {
    right: 0;
    margin-left: auto;
    margin-right: auto
}
body .rael-team-member .rael-team-modal>.mfp-container>.mfp-content {
    max-width: 920px
}
body .rael-team-member .rael-team-social-list {
    list-style: none
}
body .rael-team-member .rael-team-social-list>li {
    display: inline-block
}
body .rael-team-member .rael-team-social-list>li>a {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex;
    -webkit-box-pack: center;
    -ms-flex-pack: center;
    justify-content: center;
    -webkit-box-align: center;
    -ms-flex-align: center;
    align-items: center;
    color: #fff;
    width: 30px;
    height: 30px;
    line-height: 32px;
    font-size: 12px;
    background-color: #000;
    text-align: center;
    -webkit-transition: all .3s;
    -o-transition: all .3s;
    transition: all .3s
}
body .rael-team-member .rael-team-social-list>li>a:hover {
    background-color: rgba(0, 0, 0, .8);
    -webkit-border-radius: 50%;
    border-radius: 50%
}
body .rael-team-member .rael-team-social-list>li>a:hover>i:before,
body .rael-team-member .rael-team-social-list>li>a:hover svg:before {
    -webkit-animation: iconTranslateY .4s forwards;
    animation: iconTranslateY .4s forwards
}
body .rael-team-member .rael-team-social-list>li>a svg {
    height: auto;
    vertical-align: middle
}
body .rael-team-member .rael-team-social-list>li>a>i {
    display: -webkit-box;
    display: -ms-flexbox;
    display: flex
}
body .rael-team-member .rael-team-social-list>li>a>i:before {
    display: inline-block;
    -webkit-backface-visibility: hidden;
    backface-visibility: hidden
}
body .rael-team-member .rael-team-img-block>img {
    display: block
}
body .rael-team-member .rael-team-img-fit>.profile-image-card>img {
    height: 100%;
    -o-object-fit: cover;
    object-fit: cover;
    -o-object-position: center;
    object-position: center
}
body .rael-team-member .rael-team-overlay__bg-wrapper {
    z-index: 2;
    overflow: hidden;
    width: 100%
}
body .rael-team-member .rael-team-overlay__bg-overlay {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    -webkit-transition: all .4s;
    -o-transition: all .4s;
    transition: all .4s;
    width: 100%
}
