#ry-pg-body.container-1600 .ry-container {
	max-width: 1600px;
	width: 90%;
}

.team-inner-page.style4 .each-container[data-image=""] .photo {
	background: #6fa8dc;
}

.team-inner-page.style4 .each-container[data-image=""] .photo:after {
    content: "";
    position: absolute;
    top: 50%;
    left: 50%;
    width: 6vw;
    height: 6vw;
    background-image: url("data:image/svg+xml,%3Csvg xmlns='http://www.w3.org/2000/svg' width='16' height='16' fill='currentColor' class='bi bi-person' viewBox='0 0 16 16'%3E%3Cpath d='M8 8a3 3 0 1 0 0-6 3 3 0 0 0 0 6Zm2-3a2 2 0 1 1-4 0 2 2 0 0 1 4 0Zm4 8c0 1-1 1-1 1H3s-1 0-1-1 1-4 6-4 6 3 6 4Zm-1-.004c-.001-.246-.154-.986-.832-1.664C11.516 10.68 10.289 10 8 10c-2.29 0-3.516.68-4.168 1.332-.678.678-.83 1.418-.832 1.664h10Z'/%3E%3C/svg%3E");
    background-size: 100%;
    transform: translate(-50%, -50%);
    filter: invert(1);
}

.team-inner-page.style4 .ry-flex {
    flex-wrap: wrap;
    width: calc(100% + 3.5vw);
    margin-left: -3.5vw;
}

.team-inner-page.style4 .ry-flex .ry-each {
    margin-left: 3.5vw;
    width: calc(33.33% - 3.5vw );
    margin-bottom: 80px;
}

.team-inner-page.style4 .ry-flex .ry-each .photo {
    position: relative;
    padding-bottom: 100%;
    height: 0;
    width: 100%;
}

.team-inner-page.style4 .ry-flex .ry-each .photo img {
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    object-fit: cover;
    object-position: top;
}

.team-inner-page.style4 .ry-flex.object-top .photo img {
	-o-object-position: top;
	object-position: top;
}
.team-inner-page.style4 .ry-flex.object-bottom .photo img {
	-o-object-position: bottom;
	object-position: bottom;
}
.team-inner-page.style4 .ry-flex.object-center .photo img {
	-o-object-position: center;
	object-position: center;
}
.team-inner-page.style4 .ry-flex.object-left .photo img {
	-o-object-position: left;
	object-position: left;
}
.team-inner-page.style4 .ry-flex.object-right .photo img {
	-o-object-position: right;
	object-position: right;
}
.team-inner-page.style4 .each-container .details h5 {
    margin-top: 0 !important;
    margin-bottom: 0 !important;
}

.team-inner-page.style4 .each-container .details p {
    margin-bottom: 0 !important;
    line-height: 1;
    margin-top: 5px;
    font-size: 15px;
    text-transform: uppercase;
    font-weight: 600 !important;
    letter-spacing: 1px;
}

@media (max-width: 1480px) {
	.team-inner-page.style4 .ry-flex {
		width: calc(100% + 30px);
		margin-left: -30px;
	}

	.team-inner-page.style4 .ry-flex .ry-each {
		margin-left: 30px;
		width: calc(33.33% - 30px );
		margin-bottom: 30px;
	}
}

@media (max-width: 1080px) {
	.team-inner-page.style4 .ry-flex .ry-each {
		width: calc(50% - 30px );
	}
}
@media (max-width: 680px) {
	.team-inner-page.style4 .ry-flex .ry-each {
		width: calc(100% - 30px );
	}
}