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

body[data-page-name="practitioners"] #ry-pg-body .ry-left {
    width: 100%;
}

body[data-page-name="practitioners"] #ry-pg-body .ry-right {
     display: none !important;
}




.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: 100%;
    margin-left: 0;
    gap: 1em;
    justify-content: space-around;
}

.team-inner-page.style4 .ry-flex .ry-each {
    margin-left: 0;
    width: 18%;
    margin-bottom: 1em;
}

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

.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;
    border-radius: 15px;
    transition: all ease 0.6s;
}

.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: 5px !important;
    margin-bottom: 0 !important;
    font-family: var(--font-default) !important;
    font-style: italic;
    font-size: 18px !important;
}

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

@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: 30%;
	}
}
@media (max-width: 680px) {
	.team-inner-page.style4 .ry-flex .ry-each {
		width: 43%;
	}
}

.team-inner-page.style4 .ry-flex .ry-each:hover .photo img {
    transform: scale(1.1);
}