.cronikitem {

}

.ctextitem {
    padding-bottom: 40px;
    position: relative;
}

.ctextitem a:link, .ctextitem a:visited {
    margin-left: 0;
    left: 15px;
    bottom: 15px;
}

@media screen and (min-width: 768px) {

}

@media screen and (max-width: 768px) {
    .ctextitem a:link, .ctextitem a:visited {
        bottom: 0
    }
}