.highlight-tile-wrap {
    position: fixed;
    bottom: 0;
    right: 0;
    left: 0;
    width: 100%;
    padding: 8px 16px;
    z-index: 1000201;
    transition: bottom .3s linear 0s;
  background-color: #F0D53A;
}
.tile-content{
    color: #151515;
    font-weight: bold;
    text-align: center;
    font-size: 18px;
    line-height: 28px;
}
.tile-content img{
  display: inline-block;
    vertical-align: bottom;
    height: 55px;
    margin-left: 12px;
    margin-top: -20px;
    margin-bottom: -5px;
}