.yellowColorBlock {
  padding: 30px 35px;
}
.yellowColorBlock .innerColorBlock {
  max-width: 1000px;
  margin-right: auto;
  margin-left: auto;
}

.yellowMarquee {
  border-top: 2px solid #0C4431;
  border-bottom: 2px solid #0C4431;
  width: 400vw;
  margin: 30px calc(-200vw + 50%) 90px;
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  overflow: hidden;
  z-index: 11;
  position: relative;
}
.yellowMarquee .innerBanner {
  display: flex;
  gap: 20px;
  width: fit-content;
}
.yellowMarquee .innerBanner .bannerItem {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 0;
}
.yellowMarquee .innerBanner .bannerItem p {
  color: #0C4431;
  font-size: 40px;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.yellowMarquee .innerBanner .bannerItem .title {
  font-size: 70px;
  font-family: "miller-display", serif;
  text-transform: uppercase;
}
.yellowMarquee .innerBanner .bannerItem .date {
  font-size: 40px;
  font-weight: 400;
}
.yellowMarquee .innerBanner .bannerItem img {
  height: 38px;
}
.yellowMarquee .innerBanner:first-child {
  margin-left: -150vw;
}

.yellowMarquee.mobile {
  display: none;
}

@media only screen and (max-width: 1000px) {
  .yellowMarquee .innerBanner:first-child {
    margin-left: -1450px;
  }
}
@media only screen and (max-width: 781px) {
  .yellowMarquee {
    height: 0;
    opacity: 0;
    overflow: hidden;
    padding: 0;
    margin: 0;
  }
}
.yellowDisplay {
  display: flex;
  justify-content: center;
  margin: 50px 0;
  gap: 220px;
}
.yellowDisplay .innerDisplay {
  display: flex;
  justify-content: center;
  width: 100%;
  flex-shrink: 0;
  gap: 4%;
}
.yellowDisplay .innerDisplay .imgContainer {
  width: 20%;
  aspect-ratio: 1080/1920;
  flex-shrink: 0;
  min-width: 200px;
  border-radius: 15px;
  overflow: hidden;
}
.yellowDisplay .innerDisplay .imgContainer img {
  object-fit: cover;
  width: 100%;
  height: 100%;
}
.yellowDisplay .innerDisplay .imgContainer.rLeft {
  transform: rotate(-4deg);
}
.yellowDisplay .innerDisplay .imgContainer.rRight {
  transform: rotate(4deg);
}
.yellowDisplay .innerDisplay .videoContainer {
  flex-shrink: 0;
  width: 20%;
  scale: 1.1;
  transform: rotate(4deg);
  aspect-ratio: 1080/1920;
  min-width: 200px;
  border-radius: 15px;
  overflow: hidden;
}
.yellowDisplay .innerDisplay .videoContainer video {
  object-fit: cover;
  width: 100%;
  height: 100%;
}

@media only screen and (max-width: 900px) {
  .yellowDisplay .innerDisplay {
    gap: 46px;
    width: 1186px;
  }
  .yellowDisplay .innerDisplay .videoContainer {
    transform: rotate(2deg);
  }
}
.yellowMarqueeSmall {
  border-top: 2px solid #0C4431;
  border-bottom: 2px solid #0C4431;
  width: 400vw;
  margin: 40px calc(-200vw + 50%);
  -moz-box-sizing: border-box;
  -webkit-box-sizing: border-box;
  box-sizing: border-box;
  display: flex;
  gap: 20px;
  overflow: hidden;
  position: relative;
  z-index: 11;
}
.yellowMarqueeSmall .innerBanner {
  display: flex;
  gap: 20px;
  width: fit-content;
}
.yellowMarqueeSmall .innerBanner .bannerItem {
  display: flex;
  align-items: center;
  gap: 20px;
  padding: 5px 0;
}
.yellowMarqueeSmall .innerBanner .bannerItem p {
  color: #0C4431;
  font-weight: 700;
  margin: 0;
  white-space: nowrap;
}
.yellowMarqueeSmall .innerBanner .bannerItem .title {
  font-size: 35px;
  font-family: "miller-display", serif;
  text-transform: uppercase;
}
.yellowMarqueeSmall .innerBanner .bannerItem .date {
  font-size: 20px;
  font-weight: 400;
}
.yellowMarqueeSmall .innerBanner .bannerItem img {
  height: 38px;
}
.yellowMarqueeSmall .innerBanner:first-child {
  margin-left: -1500px;
}

@media only screen and (min-width: 782px) {
  .yellowMarqueeSmall {
    height: 0;
    overflow: hidden;
    opacity: 0;
    padding: 0;
    margin: 0;
  }
}

/*# sourceMappingURL=yellow-blocks.css.map */
