@charset "utf-8";

@-webkit-keyframes shimmering { 
  100% { background-position-x: 0px; }
}

@keyframes shimmering { 
  100% { background-position-x: 0px; }
}

.newspilot-rebounds { min-height: 544px; padding-bottom: 32px; padding-top: 32px; }

@media (min-width: 1200px) {
  .newspilot-rebounds { padding-bottom: 40px; padding-top: 40px; }
}

@media screen and (max-width: 879px) {
  .newspilot-rebounds { min-height: 619px; }
}

@media screen and (min-width: 880px) and (max-width: 1199px) {
  .newspilot-rebounds { min-height: 582px; }
}

@media screen and (min-width: 1200px) {
  .newspilot-rebounds { min-height: 578px; }
}
