
@media only screen and (max-width: 767px) {
.theme-waves.list-page .episode-list-type-grid .list {
    width: 100%;
}
.episode-list-type-grid .list {
    padding: 25px 20px;
    margin-bottom: 30px;
}
}

@media only screen and (min-width: 768px) {
.theme-waves.list-page .episode-list-type-grid .list {
    width: 24%;
}
.episode-list-type-grid .list {
    padding: 0px 20px;
    margin-bottom: 30px;
}
}

