.tl-editorial-staff-wrapper {
	max-width: 1104px;
    margin-left: auto;
    margin-right: auto;
}
.tl-editorial-staff-wrapper {
	list-style: none;
}
#tl-editorial-staff-results {
	margin-left: 0px;
    margin-top: 100px;
}
.tl-editorial-staff-wrapper {
	margin-bottom: 45px;
}
.tl-editorial-staff-profile-image {
	height: 250px;
	width: 300px;
	overflow: hidden;
}
.tl-editorial-staff-details {
	width: 600px;
}
.tl-editorial-staff-inner-wrapper {
	display: grid;
    grid-template-columns: 300px 600px;
    grid-column-gap: 25px;
}
.tl-editorial-staff-image {
	max-width: unset;
	min-height: 300px;
	max-height: 300px;
	margin-left: -55px;
}
.tl-editorial-staff-upper-title {
	font-size: 3rem;
    margin-bottom: 15px;
}
.tl-editiorial-content p {
    font-size: 1.7rem;
    font-weight: 700;
}
.tl-editorial-staff-wrapper {
		width: 926px;
}
.tl-editorial-img-placeholder {
	height: 250px;
	width: 300px;
	overflow: hidden;
}
@media (max-width:  1159px) {
	.tl-default-title-inner h4 {
		padding-left: 10%;
	}

}
@media (max-width:  940px) {
	.tl-editorial-img-placeholder {
		display: none;
	}
	.tl-editorial-staff-details {
    	width: 300px;
	}
	.tl-default-title-inner h4 {
		padding-left: 10%;
	}
	.tl-editorial-staff-inner-wrapper {
    	display: grid;
    	grid-template-columns: 300px;
    	grid-row-gap: 25px;
	}
	.tl-editorial-staff-wrapper {
		width: 300px;
	}
}