/* internet explorer css */
@media screen and (-ms-high-contrast: active), (-ms-high-contrast: none) {
    .widget_latest_videos__img{
        opacity: 0;
        visibility: hidden;
    }
    .widget .widget_latest_videos__box{
        max-width: 100%;
    }
    @media all and (min-width:1200px){
        .btp_blog_card__img{
            height: auto !important;
            width: 100% !important;

        }
    }
    .btp_blog_card__img{
        height: auto;
        width: 100% !important;

    }
    .btp_blog_card > a{
        height: 100%;
    }
    .blog_post_author_bio .media img{
        width: 17%;
    }
    .comment .children{
        margin-left: 20px;
    }
    .btp_lt_list_post .media img{
        width: 35%;
    }
}
/* microsoft edge css */
@supports (-ms-ime-align:auto) {
}
