.sidebanner {
  position: relative;
}
.sidebanner .sidebanner-image{
	background-color: #000;
}
.sidebanner .sidebanner-image img{
	opacity: 0.8;
	width:100%;
}

.path h2 {
  font-size: 36px;
  color: #fff;
  font-weight: 700
}

.path p {
  margin: 25px 0 0;
  font-size: 16px;
  font-weight: 700;
  color: #fff;
  text-overflow: ellipsis;
  white-space: nowrap;
  overflow: hidden
}

.path p span {
  margin: 0 8px
}

.path p a:hover {
  color: var(--link-color-hover)
}

@media screen and (min-width: 1200px){
	.path {
	  position: absolute;
	  left: 0;
	  bottom: 125px;
	  right: 0
	}
}
@media screen and (max-width: 1199px){
	.path{
		background-color: #ECECEC;
		padding: 14px 0;
	}
	.path h2{
		display: none;
	}
	.path p{
		margin: 0;
		color:#333;
	}
}
@media screen and (max-width: 768px) {
  .path p {
    font-size: 14px;
  }
}