.news-headline {
   position: fixed;
   left: 0;
   bottom: 0;
   width: 100%;

   background-color: red;
   color: white;
   text-align: center;
}
.news-headline img{
  left: 0;
  width: 100px;
  hight:70px;
}
    marquee span { 
    margin-right: 100%; 
    } 
    marquee p { 
    white-space:nowrap;
    margin-right: 1000px; 
    } 
    marquee b { 
    font-size: 16px;
    text-align: inherit;
    color: white;
    }


@media only screen and (min-width: 150px) and (max-width: 600px){
.news-headline img{
  left: 0;
  width: 70px;
  hight:50px;
}

    marquee b { 
    font-size: 13px;
    }
}