@media only screen and (max-width: 1024px) {
    .single-channel-play svg {
        max-width: 64px
    }
    .single-channel-play img {
        max-width: 120px
    }
    .radar-tabhead {
        grid-template-columns: repeat(4, auto)
    }
    .plyr--video .watermark img {
        max-width: 64px
    }
    .watermark.sagAlt {
        bottom: 2em!important
    }
    .watermark.solAlt {
        bottom: 2em!important
    }
    .list-area,
    .list-tabbed {
        height: unset;
        max-height: 300px
    }
    .header-text:not(:empty) {
        margin-bottom: 1em;
        text-align: center
    }
    .live-list {
        order: -1
    }
  
    .wide .list-area {
        grid-template-columns: 1fr
    }
    .wide [data-tabbed="live"] .list-area>div {
        display: grid;
        grid-template-columns: repeat(1, 1fr);
    }
    .container-grid {
        grid-template-columns: 1fr
    }
    .channel-list {
        width: calc(100% - 4em);
        margin-left: auto;
        margin-right: auto
    }
    .channel-area {
        display: flex;
        flex-direction: column;
        align-items: unset;
        justify-content: unset
    }
    .channel-right {
        position: absolute;
        top: calc(50% - 13px);
        right: 0;
        z-index: 99
    }
    .channel-left {
        position: absolute;
        top: calc(50% - 13px);
        left: 0;
        z-index: 99
    }
    .channel-area svg path {
        opacity: .8!important
    }
    .glide__slide--active {
        margin: 0 1em
    }
    header {
        flex-direction: column;
        align-items: center;
        justify-content: center
    }
    header ul {
        flex-wrap: wrap;
        display: grid;
        grid-template-columns: repeat(6, 1fr);
        text-align: center;
        gap: 1em
    }
    header ul li a span {
        font-size: .75em
    }
    header ul li a {
        padding: 0
    }
    header ul li a i {
        font-size: 1.25em
    }
    header .logo {
        margin-bottom: 1em
    }
    .footer-links {
        grid-template-columns: repeat(2, 1fr)
    }
    .news-grid {
        grid-template-columns: 1fr
    }
    .live-player {
        min-height: unset
    }
    .video-loader .loader-teams {
        display: none
    }
    [data-light],
    [data-plyr="rewind"],
    .plyr__volume,
    [data-plyr="wide"],
    .news-grid>.list-head:first-child {
        display: none
    }
    [data-focustab] {
        letter-spacing: 0
    }
    [data-focustab] span {
        font-size: .75em
    }
    .stream-ads.fullscreen {
        width: 336px!important;
        height: 35px!important;
        left: calc(50% - 168px)!important
    }
    .stream-ads.smallscreen {
        width: 336px!important;
        height: 35px!important;
        left: calc(50% - 168px)!important
    }
    .stream-ads {
        bottom: calc(65px + 1em)
    }
}

@media (min-width:320px) and (max-width:480px) {
    header ul {
        grid-template-columns: repeat(3, 1fr)
    }
    .header-top {
        flex-direction: column
    }
    .glide img {
        max-width: 100%;
        max-height: 80px;
    }
    .radar-tabhead {
        grid-template-columns: repeat(2, auto)
    }
    .blog-list {
        grid-template-columns: 1fr;
    }
    .stream-ads.fullscreen {
        width: 336px!important;
        height: 35px!important;
        left: calc(50% - 168px)!important
    }
    .stream-ads.smallscreen {
        width: 336px!important;
        height: 35px!important;
        left: calc(50% - 168px)!important
    }
    .stream-ads {
        bottom: calc(65px + 1em)
    }
}

@media only screen and (max-width: 1200px) {
    body::before {
       /* background: radial-gradient(circle at center, #32333f 0, transparent 100%)!important; */
        height: 100vh
    }
    body {
        padding: 0 2em
    }
}

@media only screen and (min-width:1336px) {
    a:hover,
    .single-match,
    .single-news,
    .popup-close,
    .live-button,
    .channel-left,
    .channel-right,
    .list-tabbed>div,
    .head-grid>div,
    .video-skip.done,
    .video-ads,
    .plyr__ads,
    .plyr__control {
        cursor: pointer
    }
}