.sidebanner {
  position: relative;
}

.path {
  margin-top: 37px;
}
.path h2{margin:0;}
.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{margin-top:25px;}
  .path p {
    font-size: 14px;
  }
}


@media screen and (max-width:480px) {
  .sidebanner img{height:100px;}
   .path{margin-top:20px;}
  .path p {
    font-size: 13px;
  }
}




