.videos.mdh-feed a.thumb img {
    height: auto;
    min-height: unset;
    max-height: none;
}

.videos.mdh-feed .video-s {
    margin-bottom: 10px;
    min-height: unset;
}

@media (min-width: 992px) {
    .videos.mdh-feed .col-md-4:nth-child(1n+4) .video-s {
        margin-top: 30px;
    }
}

.redir-link {
    color: #9d2053;
}

.redir-link:hover {
    cursor: pointer;
    text-decoration: underline;
}