#carrousel {
    margin: 0;
    max-height: 450px;
}

@media (max-width: 768px) {
    #carrousel {
        margin: 70px 0px 0px 0px;
    }
}

@media (max-width: 425px) {
    #carrousel {
        margin: 50px 0px 0px 0px;
    }
}

#carrousel .title {
    margin-bottom: 10px;
    font-size: 30px;
}

#carrousel .owl-carousel .team-item-img {
    max-height: 100%;
    max-width: 100%;
    width: auto;
    height: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    margin: auto;
    object-fit: cover;
    -moz-transition: all 0.2s ease;
    -o-transition: all 0.2s ease;
    -webkit-transition: all 0.2s ease;
    transition: all 0.2s ease;
}

#carrousel .owl-nav .owl-prev, #carrousel .owl-nav .owl-next {
    width: 25px;
    height: 25px;
}

#carrousel .owl-carousel .owl-item {
    min-height: 432px;
    position: relative;
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    transition: all .2s;
    -webkit-transform: all .2s;
    z-index: 1;
}

@media (max-width: 700px) {
    #carrousel .owl-carousel .owl-item {
        height: 270px;
    }
}

@media (max-width: 380px) {
    #carrousel .owl-carousel .owl-item {
        height: 200px;
    }
}

#carrousel .owl-carousel .owl-stage-outer {
    padding-bottom: 10px;
    position: relative;
    left: 11px;
}

#carrousel .owl-item.big {
    transform: scale(1.9);
    -ms-transform: scale(1.9);
    z-index: 3;
}

#carrousel .owl-item.medium {
    transform: scale(1.3);
    -ms-transform: scale(1.3);
    z-index: 2;
}

#carrousel .owl-item.medium.mdright {
    position: relative;
    left: 30px;
}

#carrousel .owl-item.medium.mdleft {
    position: relative;
    right: 30px;
}

#carrousel .owl-item.smallRight.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    left: -20px;
}

#carrousel .owl-item.smallLeft.active {
    transform: scale(0.7);
    -ms-transform: scale(0.7);
    position: relative;
    right: -7px;
}

.owl-nav {
    position: absolute;
    top: 50%;
    width: 100%;
    margin-top: -23px;
	left: 0;
}
/* 
#carrousel .owl-nav .owl-prev {
    position: absolute;
    left: 0px;
    top: 10px;
    background: transparent !important;
    color: #fff !important;
    font-size: 40px !important;
}

#carrousel .owl-nav .owl-next {
    position: absolute;
    right: 27px;
    top: 10px;
    background: transparent !important;
    color: #fff !important;
    font-size: 0px !important;
}      */

.owl-carousel .owl-nav button.owl-next {
	position: absolute;
	background: url(../img/arrow_right_black.svg) no-repeat center;
	right: 0;
	width: 25px;
    height: 25px;
}

.owl-carousel .owl-nav button.owl-prev {
	position: absolute;
	left: 0;
	width: 25px;
    height: 25px;
	background: url(../img/arrow_left_black.svg) no-repeat center;
}
/**/
#sync1 > div.owl-nav > button.owl-prev {
	width: 50px;
    height: 50px;
	background: url(../img/arrow_left.svg) no-repeat center;
}
#sync1 > div.owl-nav > button.owl-next {
	width: 50px;
    height: 50px;
	background: url(../img/arrow_right.svg) no-repeat center;
}
button.owl-next, button.owl-prev {
    border: none;
    outline: none;
    width: 25px;
    height: 25px;

    }
/*#main > div.dynamic-slider-wrapper > div > div > div.owl-nav > button.owl-next*/
@media screen and (max-width: 960px) {
    #sync1 > div.owl-nav {
        /*margin-top: -50px;*/
        top:55%;
    }
    #main > div.dynamic-slider-wrapper > div > div > div.owl-nav {
        top: 50%;
    }
    .team-slider-block:before {
        margin-top: -52px;  
    }
}@media screen and (max-width: 600px) {
    .owl-nav {
    position: absolute;
    margin-top: -33px;
    }
}