@media (min-width: 767px) {

.recent-episodes .kt-row-column-wrap {
    padding-top: var(--global-kb-row-default-top, var(--global-kb-spacing-sm, 1.5rem));
    padding-bottom: var(--global-kb-row-default-bottom, var(--global-kb-spacing-sm, 1.5rem));
    grid-template-columns: repeat(3, minmax(0, 1fr));
}
}


.episodes, .episodes h3  {
    font-size: 16px;
    font-weight: 600;
	margin-bottom: 0;
   
}

.recent-episodes .layer {
	padding: 40px;
	text-align:  center;
	 display: flex;
    align-items: center;
}


.recent-episodes .layer-inner {
	width:  100%;
}



.recent-episodes .episode h3,
.recent-episodes .episode h3 a {
    font-size: 16px;
}

.recent-episodes p {
	font-weight: 400;
	margin-bottom: 0;
	color: #7d8597;
	font-size: 14px;
}

.recent-episodes .episode-meta span {
	color: #1b308e;
}


.recent-episodes h3.episodes:before{
	content:"";
	background: url('https://api.iconify.design/bx:bxs-microphone.svg?color=%230029fa&height=20') center 10px no-repeat;
	vertical-align: middle;
	display: block;
	float: left;
	width: 20px;
    height: 60px;
	margin: auto 10px auto auto;
}

.episode {
	margin-bottom: 30px; 
	padding: 20px;
  -webkit-box-shadow: 0 0 10px 2px #e9e9e9;
  box-shadow: 0 0 10px 2px #e9e9e9;
	background-size: cover;
	
}



.layer {
	  background-color: rgba(0, 41, 250, 0.5);
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
}
