.sidebanner {
  position: relative;
}

.path p {
  color: #666;
  font-size: 16px;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden;
  text-transform: uppercase;
  margin-top: 20px;
  line-height: 30px;
}

.path p a {
  color: #666;
}

@media screen and (max-width:768px) {
  .path p {
    font-size: 14px;
  }
}

.sidebanner img{
    min-height: 80px;
}