@media  (min-width: 992px) { 


    body {
        font-family: 'Poppins', sans-serif;
        background: #1A3737 !important;
        padding: 110px 0px 0px 0px !important;
    }

    header.border-bottom {
    border-top: 4px solid #c4d201 !important;
    border-bottom: 1px solid rgb(255, 255, 255, 0.1) !important;

    }

.livevideobox{height: 450px;}

    .categories-desktop{
        position: -webkit-sticky;
        position: sticky;
        top: 0;
      padding: 0px 0px 0px 0px;
    }

    .categories-mobile{
        display: none !important;
    }

    .categories-desktop{
        display: block !important;
    }



    .card-info {
        font-size: 10px;
        font-weight: 500;
    }


.desktop{
    display:flex;
}
.mobile{
    display:none;
}


.hero {
    display: block;
    background-position: center;
    background-repeat: no-repeat;
    background-size: cover !important;
    position: relative;
    height: 50%;
    margin-top: 20px;
    min-height: 400px;

}


.hero iframe{
    display: block;
    height: 100%;
    min-height: 400px;
}

/** VÉGE **/
}