﻿@media (max-width: 1023px) {
    #divContent {
        border-radius: 95% / 5% !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}

@media (min-width: 1024px) {
    #divContent {
        border-radius: 95% / 5% !important;
        border-bottom-left-radius: 0;
        border-bottom-right-radius: 0;
    }
}
#channext-widget iframe {
    border-top-left-radius: 75px !important;
    border-top-right-radius: 75px !important;
    position: relative !important;
    top: 30px !important;
}
