.podcast-pop {
    border: 2px solid #666666;
    overflow: auto; 
    position: relative;
} 

.podcast-pop .lc {
    float: left;
    padding: 20px;
    width: 170px;
    width: calc(100% - 154px);
}

.podcast-pop .lc h4 {
    font-size: 16px;
    margin-bottom: 6px;
}

.podcast-pop .lc img {
    position: absolute;
    left: 5px;
    bottom: 5px;
}

.podcast-pop .lc p {
    font-size: 12px;
}

.podcast-pop .rc {
    float: right;
    width: 154px;
}

.podcast-pop a:hover {
    text-decoration: underline !important;
}

@media screen and (max-width: 1200px) and (min-width: 768px) {
    .podcast-pop { height: 166px; }
    .podcast-pop .rc { display: none; }
    .podcast-pop .lc { width: 100%; }
}