.podcast-details h1 { 
    margin-bottom: 10px !important;
    padding-bottom: 0px !important;
}

.dams-ao-podcast-item { 
    width:30%;
    margin:20px;
    display: inline-block;
}

.dams-ao-podcast-title { 
    margin-top:20px;
}

.dams-ao-podcast-normal-image { 
    width:333px;
    height:322px;
}

.dams-ao-podcast-latest-episode-item { 
    margin-bottom:20px;
}

.dams-ao-podcast-latest-episode-title { 
    text-transform: uppercase;
    margin-left:20px;
    margin-right:20px;
    color: #e95a4f;
}

.dams-ao-podcast-inline-embedcode-or-image { 
    width:333px;
    height:333px;
}

@media only screen and (max-width: 600px) {

    .dams-ao-podcast-item { 
        width:calc(100% - 40px); 
        display:block;
    }

}