.fakeimg {
    height: 200px;
    background: #aaa;
  }

  /*clock*/

  
 .clock_block {
  font-family: Roboto,Arial,Helvetica,sans-serif;
  max-width: 100px;
  width: 100%;
  }

 .next-to-banner .current-time {
   height: 40px;
   max-width: none;
   margin-right: 0;
   padding-top: 0px;
   font-size: 10pt;
   margin-bottom: 0;
  }

  .next-to-banner {
  float: left;
  width: 100%;
  margin-bottom: 0px;
  max-height: 40px;
  overflow: hidden;
}

.current-time {
  background: #f3f3f3;
  padding: 0px 0px 0px 0px;
  padding-top: 0px;
  max-width: 400px;
  margin-bottom: 0px;
  color: #878787;
  font-size: 10px;
  position: relative;
  margin-right: 0px;
}

.tlil{
    font-size: 14pt;
    font-weight: bold;
    color: black;
}

  /*/clock*/