.cdn {
    width: 30%;
}

@media only screen and (max-width: 500px) {
.cdn {
    width: 60%;
}
}

a {
    text-decoration: none;
}