/*--------------- BANNER CHANNEL */
.banner-channel-container {
    display: block;
    position: relative;
}

.banner-channel-containe-right .banner-channel-c,
.banner-channel-containe-left .banner-channel-c {
    display: block;
    position: relative;
}

.banner-channel-containe-left {
    margin-bottom: 15px;
    position: fixed;
    left: -6px;
    height: 700px;
    width: 390px;
    display: none;
    top: 120px;
}

.banner-channel-containe-right {
    margin-bottom: 15px;
    position: fixed;
    right: -4px;
    height: 700px;
    width: 390px;

    display: none;
    top: 120px;
}


@media all and (min-width: 1920px) {
    .banner-channel-containe-left {
        display: block !important;
    }

    .banner-channel-containe-right {
        display: block !important;
    }
}

.banner-channel-container img,
.banner-channel-containe-left img,
.banner-channel-container-right img {
    display: block;
    position: relative;
    width: 100%;
}

.responsive-chanel {
    width: 100%;
    position: relative;
    display: block;
}

.responsive-chanel iframe {
    display: block;
    width: 100% !important;
}


@media screen and (max-width: 690px) {
    .responsive-chanel .desktop, .responsive-chanel .tablet {
        display: none;
    }

    .responsive-chanel .mobile {
        display: block;
    }
}

@media screen and (min-width: 691px) and (max-width: 1179px) {
    .responsive-chanel .desktop, .responsive-chanel .mobile {
        display: none;
    }

    .responsive-chanel .tablet {
        display: block;
    }
}

@media screen and (min-width: 1180px) {
    .responsive-chanel .tablet, .responsive-chanel .mobile {
        display: none;
    }

    .responsive-chanel .desktop {
        display: block;
    }
}

@media screen and (max-width: 680px) {


    .banner-channel-c .desktop {
        display: none !important
    }

    .banner-channel-c .mobile,
    .banner-channel-c .mobile a,
    .banner-channel-c .mobile a img {
        display: block !important;
        margin: 0 auto;
    }
}

@media screen and (min-width: 681px) {


    .banner-channel-c .mobile {
        display: none !important
    }
}


/*

@media screen and (max-width: 1024px) {

    .responsive-chanel iframe {
        display: none;
    }

}
*/