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

.arshine-path {
  padding-top: 37px;
}

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

.arshine-path p a {
  color: #666;
}

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