.imrcrawler{
    display: none;
    font-size: 18px;
    /*background: #fec901;*/
}
#global_mobile_banner {
    display: inline;
}
#global_banner_cont {
    display: none;
}
@media (min-width: 1000px) {
/*  #global_banner_cont {
    display: inline;
  }*/
  #global_mobile_banner {
    display: none;
  }
}
#breaking_banner_top_stories{
/*    display: none;
    margin-top: 5px;*/

    margin: auto;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    height: 25px;
}
#breaking_banner_top_stories .header{
    color: #fe0000;
    font-size: 18px;
    font-weight: 600;
    height:1em;
}

/*breaking news ticker css*/
div#ticker{color:#424242;width: 100%; font-size:16px;height:20px;overflow:hidden;display: inline-block;}
#ticker a{text-decoration:none;color:#424242}
#ticker em{font-size:0.8em}
.divtick{height:20px; margin:3px 0 0 5px;}
/*end*/

@media (max-width: 992px){
    .breakingHldr{
        margin-bottom: 5px;
    }
}
@media (max-width: 768px) {
/*  #breaking_banner_holder, #global_mobile_banner {
    display: none;
  }*/
  #global_mobile_banner_img {
    width: 100%;
    height: 50px;
    margin: auto;
    background: url(http://data.gmanews.tv/webpics/img/revamp2015/mobile_banner/fiba_ipad.jpg) 50% 50% / contain no-repeat;
  }
}
@media (max-width: 600px) {
  #global_mobile_banner_img {
    width: 100%;
    height: 50px;
    margin: auto;
    background: url(http://data.gmanews.tv/webpics/img/revamp2015/mobile_banner/fiba_tab.jpg) 50% 50% / contain no-repeat;
  }
}
@media (max-width: 480px) {
  #global_mobile_banner_img {
    width: 100%;
    height: 50px;
    margin: auto;
    background: url(http://data.gmanews.tv/webpics/img/revamp2015/mobile_banner/fiba_mobile.jpg) 50% 50% / contain no-repeat;
  }
  div#ticker{width:100%;font-size:16px;}
  #breaking_banner_top_stories .header{height:1em;}
}