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

.path {
    position: absolute;
    left: 0;
    right: 0;
    top: 0;
    bottom: 0;
    display: -webkit-flex;
    display: flex;
    -webkit-justify-content: center;
    justify-content: center;
    -webkit-align-items: center;
    align-items: center;
}

.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 (max-width: 768px) {
  .sidebanner {
    /* height: auto; */
    /* padding: 30px 0; */
  }

  .path h2 {
    font-size: 30px
  }
  
.wp {
    position: relative;
    z-index: 2;
}
  .path {
    /* position: static; */
    text-align: center
  }

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

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