@media (min-width: 768px) {



    .h5 {
        font-size: 16px;
    }


    .categories_label_text {
        min-height: 40px;
    }

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

.desktop{
    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: 360px;

}


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


.livevideobox{height: 450px;}


}