@charset "utf-8";

html {
  scroll-padding-top: 68px;
}

.jumbotron {
  padding-top: 100px;
	background-image: url('/tts/sa/commercial_cards/marketing_toolkit/assets/img/jumbotron.jpg');
  background-position: center;
  background-size: cover;
}

@media (min-width: 575px) {}

@media (min-width: 768px) {
  .jumbotron {
    padding-top: 200px;
  }
}

@media (min-width: 1200px) {
  .jumbotron {
    padding-top: 300px;
  }
}

@media only screen and (-o-min-device-pixel-ratio: 5/4),
  only screen and (-webkit-min-device-pixel-ratio: 1.25),
  only screen and (min-device-pixel-ratio: 1.25),
  only screen and (min-resolution: 1.25dppx) {
    .jumbotron {
      background-image: url('/tts/sa/commercial_cards/marketing_toolkit/assets/img/jumbotron-2x.jpg');
    }
}