
.spots .spot {
	transform: translateX(-50%) translateY(-50%);
	z-index: 2;
	cursor: pointer;
}

.title_our_team {
	pointer-events: none;
}

.dark-image {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	pointer-events: none;
}

.dark-all {
	position: absolute;
	top: 0;
	left: 0;
	width: 100%;
	display: none;
	pointer-events: none;
}

#vidoe_our_team {
	position: absolute;
    top: -125px;
    left: 0;
}
.container.master {
	top:76px;
}
@media only screen and (max-width: 1700px) {
	.container.master {
		top:50px;
	}
}

@media only screen and (max-width: 1500px) {
	.container.master {
		top:28px;
	}
}
@media only screen and (max-width: 1100px) {
	.container.master {
		top: -17px;
	}
}


.tagline, .tagline2, .tagline *, .tagline2 * {
	direction: ltr;
}

@media only screen and (max-width: 1000px) {
	#vidoe_our_team {
		    position: initial;
	}
	.container.master {
			
	}
}

.tagline span.dot-colored, .tagline2 span.dot-colored {
	color: red;
	font-family: "Times New Roman", sans-serif;
}


.man .holder {
	padding: 10px;
	text-align: left;
	width: 380px;
}
.man .holder p {
	font-size: 18px;
}

@media only screen and (max-width: 1400px) {
	.man .holder {
		width: 300px;
	}
	.man .holder p {
		font-size: 14px;
	}
}

@media only screen and (max-width: 500px) {
	.man:nth-child(even) .arrow_box {
		left: 0;
	}
	.man:nth-child(odd) .arrow_box {
		left: 100%;
	}
}