  .l-page .wrapper {
	background: #f4f3f5;
}
.podcast-header {
	overflow: hidden;
	position: relative;
}

.podcast-header .background {
	filter: brightness(65%) blur(15px);
	width: 100%;
    height: 100%;
    object-fit: cover;
	position: absolute;
	top: 50%;
	left: 50%;
	transform: translate(-50%, -50%) scale(1.2);
}

.podcast-header .background-gradient {
	background: linear-gradient(180deg, transparent 0, rgba(0, 0, 0, 0.6));
	width: 100%;
	height: 100%;
	position: absolute;
}

.podcast-header .header-content {
	padding: 40px 40px;
	max-width: 1280px;
	margin: auto;
	position: relative;
	color: white;
}

.podcast-header .header-text {
	margin-top: 20px;
	text-align: center;
}

.podcast-header .header-text h1 {
	font-size: 34px;
	line-height: 1.1em;
	font-weight: 700;
	color: white;
	margin: 0px;
}

.podcast-header .about-podcast {
	margin-top: 10px;
	font-size: 16px;
	line-height: 1.4em;
	letter-spacing: 0.2px;
	color: white;
}

.podcast-header .thumbnail {
	border-radius: 10px;
	max-width: 250px;
	width: 100%;
	margin: auto;
	display: block;
}

.podcast-links {
	margin: 15px 0px 30px 0px;
}

.podcast-links a {
	text-decoration: none;
	color: white;
	text-transform: uppercase;
	border: solid 1px;
	border-radius: 20px;
	padding: 5px 10px;
	display: inline-block;
	font-size: 14px;
}

.podcast-links a i {
	margin-right: 7px;
}

.podcast-links a:nth-of-type(n + 2) {
	margin-left: 15px;
}

.podcast-body {
	max-width: 1280px;
	padding: 60px 40px;
	margin: auto;
}

.podcast-body .host {
	width: 100%;
	padding: 30px;
	margin-top: 30px;
	background: white;
	border-radius: 10px;
}
.podcast-body > h2 {
	margin-bottom: 30px;
}
.host-producer > div:nth-of-type(2) {
	margin-top: 50px;
}
.podcast-body .host-img {
	width: 175px;
	height: 175px;
	margin: auto;
	border-radius: 50%;
	overflow: hidden;
}

.podcast-body .host-img img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	object-position: top;
}

.podcast-body .host-text {
	text-align: center;
	flex: 1;
	margin: auto;
	padding: 10px 0px;
}

.podcast-body h2 {
	font-size: 28px;
	font-weight: 700;
	color: black;
}
.host-producer {
	margin-top: 60px;
}
.podcast-body .host-text h3 {
	margin: 10px 0px 0px;
	width: 100%;
	font-size: 20px;
	text-transform: uppercase;
	color: black;
	font-weight: 700;
	float: none;
}

.podcast-body .host-text h4 {
	width: 100%;
	color: #3f3f3f;
	font-size: 16px;
	font-weight: 600;
	line-height: 1.1em;
	margin: 3px 0px 0px;
	float: none;
}

.podcast-body .host-text p {
	font-size: 14px;
}
@media (min-width: 550px) {
	.host-producer > div {
		flex: 1;
		display: flex;
		flex-wrap: wrap;
		align-content: flex-start;
	}
	.podcast-body h2 {
		font-size: 28px;
		width: 100%;
	}

	.podcast-body .host {
		margin-top: 20px;
		display: flex;
	}
	.podcast-body > h2 {
		margin-bottom: 20px;
	}
	.podcast-body .host-img {
		width: 150px;
		height: 150px;
	}

	.podcast-body .host-text {
		padding: 0px 0px 0px 30px;
		text-align: left;
	}
}
@media (min-width: 720px) {
	.host-producer {
		display: flex;
	}
	.host-producer > div:nth-of-type(2) {
		margin-left: 80px;
		margin-top: 0px;
	}
	.podcast-header .header-content {
		display: flex;
		align-items: center;
		padding: 80px 40px;
	}

	.podcast-header .thumbnail {
		margin: initial;
	}

	.podcast-header .header-text {
		margin-top: 0px;
		margin-left: 40px;
		text-align: left;
		max-width: 500px;
	}

	.podcast-header .header-text h1 {
		font-size: 40px;
	}

	.podcast-links a {
		font-size: 16px;
	}

	.podcast-links .apple:hover {
		background: #b150e2;
		border-color: #b150e2;
	}

	.podcast-links .spotify:hover {
		background: #1db954;
		border-color: #1db954;
	}
	.podcast-links .youtube:hover {
		background: #FF0000;
		border-color: #FF0000;
	}
	.podcast-body .host {
		display: block;
		max-width: 250px;
	}
	.podcast-body .host-text {
		padding: 0px;
		text-align: center;
	}
}
@media (min-width: 900px) {
	.podcast-body .host {
		max-width: none;
		width: 100%;
		display: flex;
	}
	.podcast-body .host-img {
		width: 150px;
		height: 150px;
	}
	.podcast-body .host-text {
		padding: 0px 0px 0px 30px;
		text-align: left;
	}
}
