body.seasonsgreetings #SocialMediaContents {
  display: none;
}
body.seasonsgreetings .start-slider::before {
  background-color: #737999;
  bottom: 0;
  content: '';
  left: -9000px;
  position: absolute;
  right: -9000px;
  top: 0;
}
body.seasonsgreetings .start-slider-item > article,
body.seasonsgreetings .start-slider-menu {
  opacity: 0;
}
.basicLightbox {
  background: rgba(115, 121, 153, 0.9);
  align-items: unset;
}
.basicLightbox__placeholder,
#seasons-greetings-container,
#seasons-greetings-frame {
  width: 100vw;
}
#seasonsGreetingsInit {
  left: -100rem;
  position: absolute;
  top: 0;
}
#seasons-greetings-close {
  background-color: transparent;
  border: none;
  display: block;
  margin: 0 0 32px auto;
  padding: 0;
}
#seasons-greetings-close > span {
  color: #fff;
  display: inline-block;
  font-size: 40px;
  line-height: 1;
  text-align: center;
  width: 40px;
}
@media (max-width: 529px) {
  #seasons-greetings-close {
    margin: 0 10px 32px auto;
  }
}
@media (min-width: 530px) {
  #seasons-greetings-close {
    margin: 0 32px 32px auto;
  }
}
#seasons-greetings-frame {
  border: none;
  height: 1020px;
  max-height: 93vh;
  width: 100vw;
}
