@charset "utf-8";
/* CSS Document */
.jumbo-splash {
  width:100vw;
  padding:0;
  overflow-x:hidden;
  -ms-overflow-style:none;
  scrollbar-width:none;
  margin:-1em;}
.splash1 {
    width:100%;
    height:auto;
}

@media screen and (max-width:991px){
    .splash-container {
        padding:0em;}
    .splash-content {
        padding:0;}
}
@media screen and (min-width:992px){
    .splash-container {
        padding:5em;
        position:absolute;
        top:-15em;}
    .splash-content {
        padding:1em 5em 4em;
        background-color:#fff;}
}