.top-slidewrapper {
  position: absolute;
  width: 100%;
  height: 100%;
  background: #37535f;
  z-index: -1;
  overflow: hidden;
}

.top-slideinner {
  position: absolute;
  display: none;
  width: 100%;
  height: 100%;
  background: center no-repeat;
  background-size: cover;
}
.top-slideinner:first-child { display: block; }

.top-slidewrapper video {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    margin: auto;
    min-width: 100%;
    min-height: 100%;
}


.top-hero__message {
    padding: 4rem 0;
}
.top-hero__message h1 {
    margin: auto;
    padding: 1em 1em;
    background: rgba(0,97,140,0.85);
    font-size: 1.5rem;
    text-align: center;
}
.top-hero__message h1 img {
    width: 70%;
    max-width: 360px;
    display: inline-block;
}
.top-hero__message h1 small {
    font-weight: normal;
    display: block;
    padding-top: 0.5em;
    font-size: 1rem;
}

@media screen and (min-width: 600px) {
    .top-hero__message h1 {
        font-size: 2.25rem;
        max-width: 15em;
    }
}
@media screen and (min-width: 800px) {
    .top-hero__message h1 {
        font-size: 3rem;
    }
    .top-hero__message {
        padding: 7rem 0;
    }
}
@media screen and (min-width: 1200px) {
    .top-hero__message {
        padding: 10rem 0;
    }
}
