#relatedLinks .related-link-icon {
    color: #faa50a;
}

#relatedLinks .related-link-row {
    border-bottom: 1px solid #a5afb4; 
    margin-left: auto;
}

.slick-slide a:focus {
    outline: none;
}
.slick-slide img{
    width: 100%;
}

/*Added for video playlist fix*/
a:not([href]):not([tabindex]), a:not([href]):not([tabindex]):focus, a:not([href]):not([tabindex]):hover {
    color: inherit;
    text-decoration: none;
}