@media (min-width: 426px)
{
    .sm-screen-item {
        display: none;
    }

    .lg-screen-item{
        display: block;
    }
}