.sidebanner {
  position: relative;
}
.sidebanner::after{content:"";position:absolute;top:0;left:0;right:0;padding:80px 0;z-index:20;background:linear-gradient(to bottom, rgba(255, 255, 255, 0.6) 0%, rgba(0, 0, 0, 0) 100%);}
.path {
  padding-top: 37px;
}

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

.path p a {
  color: #666;
}

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