﻿@media screen and (max-width: 1280px) {

    .channel-list {
        display: none;}

    .info-list {
        width: 100% !important;}

}


@media screen and (max-width: 600px) {

    .info-item span {
        display: block !important;}

}


@media screen and (max-width: 400px) {

    .info-item a { 
        width: 65%  !important;}

}