.link-container {
    overflow: auto;
    display: flex;
    justify-content: space-between;
    margin: 10px 10px 25px;
}
.link-poster {
background-position: center center;
background-repeat: no-repeat;
background-size: cover;
height: 100px;
flex: 0 0 100px;
margin-right: 10px;
}
.link-content {
width: 100%;
box-sizing: border-box;
}
.link-title {
font-size: 16px;
font-weight: bold;
}
.link-description, .link-url {
padding-top: 5px;
}
.link-url {
font-weight: normal;
color: #999;
}