@media only screen and (max-width: 575px) {

    .series{
        width: 100%;
    }
    .series a .icon{
        font-size: 30px;
        width: 30px;
        text-align: center;
    }
}