.podcast_item img{border-radius:10px;}
.podcast_item .av-inner-masonry-content.site-background{
    background-color: transparent;
    height: 80px;
    }
.podcast_item .avia-arrow, .podcast_item .entry-title{display: none;}
.podcast_infoextra{    background: #fff;width: auto; height:50px;padding-top: 5px;}
.podcast_infoextra__episodio{font-size: 0.8em;}
.podcast_infoextra__episodio::before{content:"Episodio ";}
.podcast_infoextra-container{
  height: 100%;
  background-color: #ffffff;
  min-height: 70px;
  display: flex;
  flex-direction: row;
  flex-wrap: nowrap;
  justify-content: space-between;
  align-items: stretch;
  width: 100%;
  top: 0;
  position: absolute;
  left: 0;
  font-size: 1rem;
  padding: 15px;
}

.podcast_infoextra-container span.accede{
	padding: 10px 15px;
	margin-bottom: 20px;
	width: 120px;
	max-width: 200px;
	height: 40px;
	background-color: #DC0028;
	color: #ffffff;
	border-radius: 20px 20px 20px 20px;
	box-shadow: none;
	letter-spacing: 0.04em !important;
	text-align: center;
}

@media (max-width: 768px) {
.responsive.av-no-preview #top .av-small-columns-1 .av-masonry-entry,
.responsive #top .av-masonry-entry {
        width: 100%;
    }
}