.arshine-sidebanner {
  position: relative;
}

.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{padding-top:20px;}
  .arshine-path p {
    font-size: 14px;
  }
}


@media screen and (max-width:992px){

  .arshine-sidebanner{
    
    margin-top:0 !important;
  }
  
}