#newsButton:hover {
     transform: scale(1.1);
     background-color: #007bff;
}

#newsFeed {
    height: 100%;
    color: #838383;
    z-index: 10;
    position: fixed;
    top: 0;
    right: 0;
  
}

i {
    color: #000;
}

#newsButton {
    width: 35px;
    height: 75px;
    float: left;
    top: 50%;
    text-align: center;
    position: relative;
    transition: transform .2s;
    background-color: #013755;

    border-radius: 5px 0 0 5px;
}

#newsButton i {
    top: 40%;
    position: relative;
    color: #fff;
}

#newsText {
    width: 25vw;
    float: left;
    display: none;
    background-color: #edeff1;
    border-left: 1px solid #013755;
   
    overflow-y: auto;
    height: 100vh;
    overflow-x: hidden;
}

.news-logo {
    width: 100%;
}

.news-logo-headline {
    font-size: 21px;
    color: #000;

}

.news-item-img img {
    width: 100%;
    height: auto;
}

.news-item-headline {
    font-size: 16px;
     color: #84b4bd !important;
}

.bx-shadow{
    -webkit-box-shadow: 0px 0px 20px 0px rgba(181,181,181,1);
    -moz-box-shadow: 0px 0px 20px 0px rgba(181,181,181,1);
    box-shadow: 0px 0px 20px 0px rgb(181, 181, 181);
}

.newsfeed-img {
    width: 100%;
}

 @media only screen and (max-width: 766px) {
     .news-headline-row {
         display: none;
     }
 }