
div.videos a {
    color: inherit !important;
}

div.videos {
    padding-top: 15px;
    padding-bottom: 15px;
    box-sizing: border-box;
}

div.videos .row .image-container {
    padding-right: 25px;
}

div.videos .row .image-container img {
    width: inherit;
}

div.videos .row .title-container {
    padding-bottom: 10px;
}

div.videos .row .title-container>.article-title {
    padding-top: 10px;
    padding-bottom: 5px;
}