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

    .user-btns-group {
        top: 110%;
        right: 5px;
    }

    .footercols {
        grid-template-columns: repeat(1, 1fr);
    }

    .program-listing {
        grid-template-columns: repeat(1, 1fr);
    }

}

@media only screen and (min-width: 576px) and (max-width: 991px) {}