.meet_veterinarians_container {
	max-width: 80%;
	justify-content: center;
	margin:0 auto;
}

.meet_veterinarians_container .lSAction a { 
	border:0px; 
	color:#C9C9C9;
}

.meet_veterinarians-profile_image{
	background-repeat: no-repeat;
    background-size: cover;
    background-position: center;
}

.meet_veterinarians-divider {
	width: 80px;
	display: inline-block;
	margin-bottom: 30px;
}

.meet_veterinarians-left_container {
	position: relative;
	min-height: 400px;
}

.meet_veterinarians-title {
	
	font-size: 28px;
	line-height: 36px;
	font-weight:400;
	letter-spacing: 1px;
	
    text-align: center;
    width: 100%;
    letter-spacing: 0px;
    margin-bottom: 30px;
}

.meet_veterinarians-text_container {
	padding: 10%;
	text-align: left;
}

.meet_veterinarians-profile_image {
	border-radius: 50%;
	overflow: hidden;
	position: absolute;
	width: 20vw;
    height: 20vw;
	right: 10%;
	top: 0;
	bottom: 0;
	margin: auto;
	z-index: 3;
	box-shadow: 5px 5px 15px rgba(0,0,0,0.35);
}

.meet_veterinarians-cat_image {
	position: absolute;
	top: -10%;
    max-height: 89%;
    max-width: 100%;
	left: 0;
	right: 0;
	bottom: 0;
	margin: auto;
	z-index: 2;
}

.meet_veterinarians-name_title {
	
	font-size:28px;
	line-height: 36px;
	
}
.meet_veterinarians-description {
	
	font-weight: 300;
	font-size: 17px;
	line-height: 24px;
	max-height: 190px;
	overflow: hidden;
	text-overflow: ellipsis;
}

.meet_veterinarians-read_more_button {
	font-size: 20px;
	border-radius: 5px;
    
    padding: 15px 30px;
    font-weight: 400;
    letter-spacing: 1px;
    margin: 30px 0px;
}
@media all and (max-width:600px){
.meet_veterinarians-profile_image {
	width: 80%;
	right: 10%;
}

@media all and (min-width:1000px){
	.meet_veterinarians-left_container {
		min-height: 600px;			
	}
}
}
@media all and (max-width:1024px) {
	.meet_veterinarians-profile_image {
		width: 30vw;
		height: 30vw;
	}
}

@media all and (max-width:992px) {
	.meet_veterinarians-profile_image {
		width: 40vw;
		height: 40vw;
		right: 0;
		top: 0;
		bottom: 0;
		margin: auto;
		left: 0;
	}
}

@media all and (max-width:767px) {
	.meet_veterinarians-profile_image {
		width: 65vw;
		height: 65vw;
	}
}