.horizontal-podcast{width:100%;margin:10px 1px;background-repeat:no-repeat;background-position:50%;color:#fff;text-align:left}.horizontal-podcast .scroll-container.podcasts{display:flex;flex-direction:row;flex-wrap:nowrap;align-items:stretch;gap:10px;width:100%;overflow-x:auto;overflow-y:hidden;padding:.25rem .15rem .75rem;cursor:grab;-webkit-overflow-scrolling:touch}.horizontal-podcast .scroll-container.podcasts:active{cursor:grabbing}.horizontal-podcast .scroll-container.podcasts .podcast-row-item{flex:0 0 calc((100% - 10px*6)/6.5);width:calc((100% - 10px*6)/6.5);min-width:150px;max-width:none;box-sizing:border-box}@media screen and (max-width:900px){.horizontal-podcast .scroll-container.podcasts .podcast-row-item{flex:0 0 calc((100% - 10px*2)/2.5);width:calc((100% - 10px*2)/2.5);min-width:200px}}