.sidebanner {
  position: relative;
  /* background: url('./pics/sidebanner.jpg') no-repeat center; */
  /* height: 348px; */
}

.path {
  position: absolute;
  left: 0;
  bottom: 110px;
  right: 0
}

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

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

.path p span {
  margin: 0 8px
}

.path p a:hover {
  color: var(--link-color-hover)
}
@media screen and (max-width: 992px) {
	.path {
  		bottom: 52px;
	}
}
@media screen and (max-width: 768px) {
  .sidebanner {
    height: auto;
  }

  .path h2 {
    font-size: 30px
  }
	.sidebanner img{
    	height: 160px;
    	object-fit: cover;
    }

  .path p {
    font-size: 14px;
    margin: 15px 0 0
  }
}

@media screen and (max-width: 480px) {
  .path h2 {
    font-size: 24px
  }
}
 