@media screen and (max-width: 550px) {
#newsticker .ticker label {
    display:none;
}
#newsticker .ticker .tickertext {
    width:100%;
}
main .voll {
    margin-top:20px;
    margin-bottom:45px;
}
.voll .content-text.last {
    height:auto;
}
.voll .content-text.last figure {
    width:35%;
    height:auto;
    margin:0;
    padding:1.5rem;
}
.voll .content-text.last h4 {
    margin-top:1.5rem;
}
.voll .content-text.last p {
    width:65%;
}
.voll .content-text.last p:last-child {
    width:100%;
    max-width:100%;
    bottom:auto;
    position:relative;
    padding-right:1.5rem;
}
}