.videos-podcasts-post .post-list .post-result .post-info .play {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    background-color: rgb(245, 130, 53);
    /* padding: 0.7em 1em; */
    border-radius: 2em;
    cursor: pointer;
    width: 4em;
    height: 4em;
}

.videos-podcasts.post-result .fundo {
    border: 1px solid rgba(0, 0, 0, 0.1);
    background-color: white;
    position: absolute;
    padding: 0.5em;
    width: 100%;
    height: 100%;
}

.videos-podcasts.post-result span.icon-play {
    font-size: 1.8em;
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
    margin-left: 3px;
}

.videos-podcasts.post-result .container {
    background-size: cover;
    width: 100%;
}

.videos-podcasts.post-result .lightbox {
    cursor: pointer;
}

.videos-podcasts-post .post-list .post-results {
    display: flex;
    flex-wrap: wrap;
}

.videos-podcasts-post .post-list .post-result .post-info {
    text-align: center;
    color: white;
    position: relative;
    margin: 0;
    padding: 0;
}

.videos-podcasts-post .post-list .post-result .post-info::before {
    background-color: rgba(0, 0, 0, 0.25);
    content: "";
    position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

.videos-podcasts-post .post-list .post-result {
    margin: 3em 1em 1em;
    flex: 0 0 20em;
}

.videos-podcasts-post .post-list .post-result .container {
    display: flex;
    position: relative;
    background-position: center center;
    height: 12em;
    transition: all 0.25s ease-out;
    border: 8px solid #fff;
    outline: 1px solid #eee;
    box-shadow: 1px 1px 5px rgba(0, 0, 0, 0.26);
    background-size: 100%;
}

.videos-podcasts-post .post-list .post-result:hover .container {
    background-size: 120%;
}

.videos-podcasts-post .post-list .post-result .post-info a:hover {
    color: #FFF !important;
}

.videos-podcasts-post .post-list .post-result .post-info h3 {
    position: relative;
}

.videos-podcasts-post .post-list .post-result .post-info .numberImgs {
    position: relative;
}

.videos-podcasts-post .post-list .post-result .post-info .group {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%);
}

.videos-podcasts-post div#MainList.post-list {
    max-width: 100%;
}

.videos-podcasts-post .post-list button.MorePosts {
    margin: 0 auto;
    float: none;
    display: block;
}

.smallScreen .videos-podcasts-post .post-list .post-result {
    margin: 3em 0;
    flex: 0;
}

.smallScreen .videos-podcasts-post .post-list .post-results {
    display: block;
}

.videos-podcasts-post .post-list .post-results .title {
    text-align: center;
    font-size: 0.8em;
    margin-top: 0.5em;
}