/*Podcast Videos Block*/

.podcast-videos-title {
	margin: 0 0 max(15px, 25rem);
}

.podcast-videos-text {
	margin: 0 0 max(20px, 30rem);
}

.podcast-videos-featured {
	margin: 0 0 max(25px, 40rem);
}

.podcast-videos-featured-player {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 16px;
	background: #000;
}

.podcast-videos-featured-player > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.podcast-videos-featured-player .media-iframe {
	position: absolute;
	inset: 0;
	width: 100%;
	height: 100%;
	border: 0;
	border-radius: 16px;
}

.podcast-videos-featured-player .podcast-videos-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.podcast-videos-featured-title {
	margin: max(10px, 15rem) 0 0;
	font-size: var(--h4);
	line-height: 120%;
}

.podcast-videos-subtitle {
	margin: 0 0 max(15px, 25rem);
}

.podcast-videos-block {
	display: flex;
	flex-wrap: wrap;
	margin: 0 -5px;
}

.podcast-videos-col {
	width: 33.33%;
	padding: 0 5px;
	margin: 0 0 max(10px, 20rem);
}

.podcast-videos-item {
	display: flex;
	flex-direction: column;
	height: 100%;
	padding: max(15px, 30rem) 15px;
	background: var(--white_dark);
	border-radius: 14px;
}

.podcast-videos-photo {
	position: relative;
	aspect-ratio: 16/9;
	overflow: hidden;
	border-radius: 12px;
	margin: 0 0 max(8px, 12rem);
	background: #000;
}

.podcast-videos-photo > img {
	width: 100%;
	height: 100%;
	object-fit: cover;
	display: block;
}

.podcast-videos-play {
	position: absolute;
	inset: 0;
	display: flex;
	align-items: center;
	justify-content: center;
	cursor: pointer;
}

.podcast-videos-play img {
	width: 60px;
	height: 60px;
}

.podcast-videos-featured-player .podcast-videos-play img {
	width: 100px;
	height: 100px;
}

.podcast-videos-title {
	font-size: var(--h4);
	line-height: 120%;
}

.podcast-videos-slider {
	margin: 0 -5px;
}

.podcast-videos-slide {
	padding: 0 5px;
}

.podcast-videos-prev {
	transform: scale(-1, 1);
}

@media screen and (max-width: 1024px) {
	.podcast-videos-col {
		width: 50%;
	}
}

@media screen and (max-width: 576px) {
	.podcast-videos-col {
		width: 100%;
	}
}
