.latest-img-wrapper {
    background: transparent;
    box-sizing: border-box;
    max-width: 100%;
}
.latest-image {
    width: 100%;
    background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    display: block;
    padding-bottom: 100%;
    position: relative;
}
.rating-bar {
    background-color: rgba(255, 255, 255, 0.671);
    position: absolute;
    width: 100%;
    padding: 0 5px;
    bottom: 0;
}
.latest-avg-rating {
    color: #308400;
    padding: 4px;
    font-size: 35px;
    display: inline;
    float: left;
}
.row{
    padding: 12px 10%;
}
.hidden{
    display: none;
}
.play-controls{
    cursor: pointer;
}
.download_time-stamps{
    display: inline;
    float: right;
    font-size: 25px;
    font-family: serif;
}
.download-content{
    color: #308400;
}
.download-content h2{
	background-color: transparent;
    text-align: left;
    padding: 0;
    clear: both;
}
.download-content h5{
    
    line-height: 1.6;
}
.itunes{
    height:40px;
}
.btn{
    width: 25%;
    margin-bottom: 7px;
    background-color: #8A9A5B;
    border-color: #308400;
}
.btn:hover{
    background-color: #308400;
    border-color: #308400;
}
@media only screen and (max-width: 600px) {
    .row{
        padding: 12px 0;
    }
    .download-content{
        text-align: center;
    }
    .download-content h2{
        text-align: center;
    }
  }