@media only screen and (min-width: 1025px) {
  .latestupdate {background: transparent url(/libraries/title_arrow_red.png) no-repeat scroll;
    display: block;
    background-size: contain;
    background-position: center;
    float: left;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 14px;
    padding: 0px 20px 0px 0px;
    font-weight: bold;
    margin: 0px;
    width: 14%;
}
marquee {
    font-size: xx-large;
     background: #F0F0F0;
    width: 82%;
    
}
}
@media only screen and (min-width: 767px) and (max-width: 1024px){
  .latestupdate {background: transparent url(/libraries/title_arrow_red.png) no-repeat scroll;
  background-size: contain;
      background-position: center;
    display: block;
    float: left;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 12px;
    padding: 0px 2px 0px 0px;
    font-weight: bold;
    margin: 0px;
    width: 18%;
  
}
marquee {
    font-size: xx-large;
     background: #F0F0F0;
    width: 82%;
    
}
}
.marquee-row a {
    /*color: white;*/
        color: #043b87;
    font-size: 16px;
}
.views-view-marquee {
    /*background: #008000;*/
    background: #F0F0F0;
}

.views-view-marquee.marquee-direction-left {
    height: 40px;
}
@media only screen and (max-width: 766px) {
  marquee {
    font-size: xx-large;
     background: #F0F0F0;
    width: 80%;
    
}
.latestupdate p {
    margin-left: 5px !important;
    margin-top: -3px !important;
}
.latestupdate {background: transparent url(/libraries/title_arrow_red.png) no-repeat scroll;
background-size: contain;
    background-position: center;
    display: block;
    float: left;
    line-height: 40px;
    color: #FFF;
    text-transform: uppercase;
    font-size: 1.4vw;
    padding: 0px 2px 0px 0px;
    font-weight: bold;
    margin: 0px;
    width: 20%;
  
}
}
.marquee-direction-left .marquee-row {
    margin-left: 50px;
}