@charset "utf-8";

@-webkit-keyframes shimmering { 
  100% { background-position-x: 0px; }
}

@keyframes shimmering { 
  100% { background-position-x: 0px; }
}

.rebound-climate { background: transparent; position: relative; }

.rebound-climate::before { background: rgb(249, 248, 246); content: ""; display: block; height: 100%; left: 50%; margin-left: -50vw; margin-right: -50vw; position: absolute; right: 50%; top: 0px; width: 100vw; z-index: -1; }

@media screen and (max-width: 879px) {
  .rebound-climate { margin-left: -24px; width: calc(100% + 48px); }
}

@media screen and (min-width: 880px) {
  .rebound-climate { margin-left: -32px; width: calc(100% + 64px); }
}

.rebound-climate__embed { border: 0px; min-height: 500px; width: 100%; }
