#section-PL-events {
  display: flex;
  padding-bottom: calc(10px + 3vw);
}
#section-PL-events .inner {
  display: flex;
  width: calc(95vw - 10px);
  user-select: none;
}
.nav-arrow {
  width: calc(18px + 1.5vw);
  background-position: left calc(92px + 7.6vw);
  background-size: 90% auto;
  background-image: url(https://vrosemusic.com/wp-content/uploads/icon-arrow.png);
  transform: scaleY(1.4);
  opacity: 0.5;
  cursor: pointer;
}
#nav-arrow-left {
  transform: scaleY(1.4) scaleX(-1);
}
.nav-arrow-mobile {
  display: none;
}
.PL-event-box {
  width: calc(23% - 5px);
  margin-left: calc(5px + 0.7vw);
  margin-right: calc(5px + 0.7vw);
  background-color: white;
  display: inline-block;
  margin-top: 1vw;
  padding-top: calc(9px + 0.5vw);
  padding-bottom: calc(25px + 1.2vw);
}
.PL-event-box.PL-event-past {
  color: #777;
}
.PL-event-box .PL-event-separator {
  width: calc(30px + 3vw);
  height: 4px;
  background-color: #fca240;
}
.PL-event-box.PL-event-past .PL-event-separator {
  background-color: #c5c5c5;
}
.PL-event-box .PL-event-header {
  display: flex;
  justify-content: space-between;
  padding-bottom: 0.7vw;
  padding-top: calc(2px + 0.2vw);
}
.PL-event-box .title-and-time {
  display: flex;
  flex-direction: column;
  justify-content: space-between;
}
.PL-event-top-text {
  padding-top: 0.2vw;
  font-size: calc(10px + 0.3vw);
  font-weight: 500;
  letter-spacing: 0.06vw;
  line-height: 1.1;
  text-transform: uppercase;
  color: #eb8b3b;
}
.PL-event-title {
  font-size: calc(12px + 0.6vw);
  color: #111;
  padding-bottom: 0.4vw;
  line-height: 1;
}
.PL-event-box.PL-event-past .PL-event-title {
  color: #777;
}
.PL-event-time {
  font-size: calc(11px + 0.3vw);
  font-weight: 500;
  line-height: 1;
  color: #888;
}
.PL-event-box.PL-event-past .PL-event-time {
  color: #777;
}
.PL-event-date {
  font-size: calc(28px + 1.3vw);
  margin-left: 1vw;
  text-align: center;
  padding-top: 3px;
  line-height: 1;
  padding-left: 6px;
  padding-bottom: 4px;
}
.PL-event-date div:nth-child(1) {
  font-size: calc(15px + 0.8vw);
}
.PL-event-box .img-wrapper {
  position: relative;
  display: flex;
  flex-direction: column-reverse;
  width: 99.5%;
  margin-bottom: 0.6vw;
  height: calc(49px + 11vw);
  background-size: cover;
  background-position: center 21%;
  border: 1px solid #d3cfcd;
}
.PL-event-box.PL-event-past .img-wrapper {
  filter: saturate(0.25) brightness(0.85);
}
.PL-event-box.PL-event-past .past-PL-event-overlay {
  filter: saturate(10) brightness(1.4);
  color: white;
}
.PL-event-desc {
  line-height: 1.3;
  font-size: calc(10px + 0.35vw);
  padding-top: 0.3vw;
}
.PL-event-box .button {
  font-size: calc(9px + 0.5vw);
  background-color: #f48734;
  padding: 0.7em 1.8em 0.65em;
  margin-right: 0.3vw;
  margin-bottom: 0.4vw;
  margin-top: 1.5vw;
}
.past-PL-event-overlay {
  position: absolute;
  top: 0;
  left: 0;
  width: 100%;
  height: 100%;
  display: flex;
  align-items: center;
  justify-content: center;
  font-size: 18px;
  font-weight: 700;
  color: white;
  background-color: rgba(0, 0, 0, 0.45);
  text-align: center;
  letter-spacing: 0.05em;
  pointer-events: none;
  text-shadow: 1px 1px 4px rgba(0,0,0,0.6);
}
.past-PL-event-overlay span {
  display: block;
  transform: rotate(-30deg);
}
@media (max-width: 1370px) {
  .PL-event-box {
    width: calc(32% - 13px);
    padding-bottom: 3vw;
  }
  .PL-event-box .img-wrapper {
    height: calc(47px + 13vw);
  }
}
@media (max-width: 900px) {
  .PL-event-box {
    width: calc(48.9% - 14px);
  }
  .PL-event-box .img-wrapper {
    height: calc(67px + 14vw);
  }
}
@media (max-width: 470px) {
  #section-PL-events {
    flex-wrap: wrap;
    padding-bottom: 21vw;
    padding-top: 14vw;
  }
  #section-PL-events .inner {
    width: 100%;
  }
  .nav-arrow {
    display: none;
  }
  .nav-arrow-mobile {
    display: flex;
    justify-content: space-around;
    width: 42vw;
    height: 12vw;
    margin-left: 5.2vw;
    font-size: 11vw;
    line-height: 1;
    color: white;
    background-color: #4ae490;
    cursor: pointer;
  }
  .PL-event-box {
    width: 100%;
    margin-left: 5vw;
    margin-right: 5vw;
    min-height: 110vw;
  }
  .PL-event-box .PL-event-separator {
    width: calc(30px + 7vw);
  }
  .PL-event-title {
    font-size: calc(14px + 3.5vw);
  }
  .PL-event-time {
    font-size: calc(11px + 2vw);
  }
  .PL-event-date {
    font-size: calc(27px + 3.2vw);
    padding-left: 3vw;
    padding-right: 3.2vw;
    padding-top: 4px;
  }
  .PL-event-date div:nth-child(1) {
    font-size: calc(14px + 2.2vw);
  }
  .PL-event-box .img-wrapper {
    height: calc(60px + 44vw);
  }
  .PL-event-box .button {
    font-size: calc(10px + 3vw);
    padding: 1.5vw 2vw;
    margin-right: 2vw;
    margin-bottom: 2.1vw;
  }
  .PL-event-desc {
    font-size: calc(10px + 2.2vw);
    padding-top: 2vw;
  }
}


