/* CSS Document */

.dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout { z-index: 0; }
.dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout:after { background-color: #ffeb8d; content: ""; height: 100%; position: absolute; left: 50%; top: 0; width: 100%; z-index: -1; }

@media only screen and (min-width: 1281px) and (max-width: 1600px) {

    .dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout { transform: translateX(35px) !important; }
    .dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout .jet-parallax-section__image { background-size: auto !important; }
    .dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout:after { left: 0; }

}

@media only screen and (max-width: 1280px) {

    .dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout .jet-parallax-section__image { background-size: cover !important; }
    .dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout:after { left: 0; }

}

@media only screen and (max-width: 767px) {

    .dt-custom-hor-scroll-parallax-section .jet-parallax-section__h-scroll-layout .jet-parallax-section__image { background-position: left center !important; background-size: cover !important; }

    .dt-custom-specialist-team .jet-team-member__inner > * { padding-left: 30px; }
    .dt-custom-specialist-team .jet-team-member .jet-team-member__image { padding-top: 30px; }
    .dt-custom-specialist-team .jet-team-member .jet-team-member__image:before { margin-bottom: 1em; }

}