@media all and (min-width: 0px) {
  .videosplash-wrapper {
    width: 100vw;
    width: 100%;
    position: relative;
    z-index: 1;
    overflow: hidden;
    display: block;
    clear: both;
  }

  .videosplash-wrapper iframe,
  .videosplash-wrapper object,
  .videosplash-wrapper embed,
  .videosplash-wrapper video {
    width: 100vw;
    width: 100%;
    overflow: hidden;
  }

  .videosplash-overlay,
  .videosplash-overlay-img {
    position: absolute;
    top: 0;
    left: 0;
    right: 0;
    bottom: 0;
    z-index: 3;
  }

  .videosplash-overlay-img {
    background-size: cover;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
  }

  .videosplash-wrapper .video-item,
  .videosplash-wrapper .kws-videosplash-content,
  .videosplash-wrapper .video-content img.kws-vidsplash-logo,
  .videosplash-wrapper .video-content .description,
  .videosplash-wrapper .kws-videosplash-content .sitedesc {
    width: 100%;
    overflow: hidden;
  }

  .videosplash-wrapper .kws-videosplash-content,
  .videosplash-wrapper .kws-videosplash-content .sitedesc {
    margin: 0 auto;
    padding: 0.575em;
    font-size: 1.162em;
    line-height: 1.425em;
    max-width: 975px;
    width: 95%;
  }

  .videosplash-wrapper .kws-videosplash-content .sitedesc {
    max-width: 800px;
    width: 85%;
  }

  .videosplash-wrapper .video-content img.kws-vidsplash-logo {
    width: 80%;
    height: auto;
  }

  /* Control styles */
  video::-internal-media-controls-download-button {
    display: none;
  }

  video::-webkit-media-controls-enclosure {
    overflow: hidden;
  }

  video::-webkit-media-controls-panel {
    width: calc(100% + 30px);
  }

  .videosplash-overlay-text-wrapper {
    position: absolute;
    top: 10%;
    left: 5%;
    z-index: 10;
    text-align: left;
    width: 100%;
  }

  .videosplash-overlay-title {
    font-size: 2em;
    line-height: 1em;
    padding: 0;
    font-weight: bold;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    width: 90%;
    max-width: 1000px;
  }

  .videosplash-secondary-text-wrapper {
    border-left: 8px solid #89cfef;
    margin-top: 20px;
    padding: 10px 20px;
    line-height: 1.1em;
    font-size: 1.5em;
    text-shadow: 1px 1px 1px rgba(0, 0, 0, 0.8);
    width: 85%;
    max-width: 800px;
  }

  .videosplash-secondary-text-wrapper p {
    margin: 0;
    padding: 0;
  }

  .videosplash-secondary-text-wrapper button {
    font-size: 1em;
  }

  .vidsplash-btn {
    margin: 20px 0 2em 0;
  }

  .vidsplash-logo {
    width: 85%;
    max-width: 900px;
  }

  .vidsplash-logo img {
    width: 100%;
    height: auto;
  }
}

@media all and (min-width: 400px) {
  .videosplash-overlay-title {
    font-size: 2.75em;
  }

  .videosplash-secondary-text-wrapper {
    font-size: 1.75em;
  }
}

@media all and (min-width: 600px) {

  .videosplash-secondary-text-wrapper {
    font-size: 2em;
    line-height: 0.95em;
  }
}

@media all and (min-width: 1000px) {
  .videosplash-overlay-title {
    font-size: 4em;
    max-width: 1000px;
  }

  .videosplash-secondary-text-wrapper {
    font-size: 2.15em;
    line-height: 0.95em;
  }
}

@media all and (min-width: 0px) and (max-width: 1000px) {
  .videosplash-wrapper {
    height: 750px;
    height: 75%;
    height: 75vh;
    max-height: 450px;
    position: relative;
  }

  .videosplash-wrapper .video-item {
    position: absolute;
    top: 50%;
    left: 50%;
    transform: translate(-50%, -50%) scale(3, 3);
  }
}


@media all and (min-width: 1000px) {
  .videosplash-wrapper {
    height: 850px;
    height: 85%;
    height: 85vh;
  }
}