:root {
  --evo-brand-secondary: #003b5c;
  --evo-brand-accent: #00AEEF;

  /* Desktop = light header */
  --evo-header-background: #E5EDEF;
  --evo-header-nav-textcol: #003b5c;
}

@media only screen and (max-width: 768px) {

  /* Mobile = dark header */
  :root {
    --evo-header-background: #003b5c;
    --evo-header-nav-textcol: #ffffff;
  }

  /* Mobile logo for dark background */
  header .header-mobile .header-logo a,
  header .header-mobile .logo a {
    display: block;
    background-image: url("https://us.evocdn.io/dealer/1470/content/media/*%20Site%20Logos/ECI-Logo-White.png");
    background-repeat: no-repeat;
    background-position: center;
    background-size: contain;
  }

  header .header-mobile .header-logo img,
  header .header-mobile .logo img {
    visibility: hidden;
  }

  /* Mobile search bar = white */
  header .header-mobile .header-search,
  header .header-mobile .header-search .relsearch,
  header .header-mobile .header-search .relsearch form,
  header .header-mobile .header-search .relsearch .form-control,
  header .header-mobile .header-search .relsearch input,
  header .header-mobile .header-search input[type="search"],
  header .header-mobile .header-search input[type="text"] {
    background: #ffffff !important;
    background-color: #ffffff !important;
  }

  header .header-mobile .header-search .relsearch input,
  header .header-mobile .header-search input[type="search"],
  header .header-mobile .header-search input[type="text"] {
    color: #333333 !important;
    -webkit-text-fill-color: #333333 !important;
    opacity: 1 !important;
  }

  header .header-mobile .header-search input::placeholder {
    color: #666666 !important;
    -webkit-text-fill-color: #666666 !important;
    opacity: 1 !important;
  }
}

.btn-add-to-cart {
  color: #ffffff;
}

/* Start of video */

.tagline {
  z-index: 20;
}

.tagline:first-child {
  height: 54vh;
  min-width: 250px;
  text-align: center;
  display: flex;
  align-items: center;
  justify-content: center;
}

section#section-top {
  height: 54vh;
  overflow: hidden;
}

.video-filter {
  z-index: 0;
  background-color: #2d364157;
  width: 100%;
  height: auto;
  position: absolute;
  left: 0;
}

.bgvid-c {
  height: 54vh;
  width: 100vw;
  overflow: hidden;
  position: absolute;
}

#bgvid {
  display: flex;
  align-items: center;
  justify-content: center;
  height: auto;
  width: 100vw;
  position: relative;
}

#section-top h1 {
  color: #ffffff;
}

.img-icon {
  width: 10px;
  margin-top: -3px;
  margin-left: 5px;
}

.btn-white {
  background: transparent;
  border: 1px solid #ffffff;
  color: #ffffff;
}

.btn-white:hover {
  background: rgba(255, 255, 255, 0.37);
  color: #ffffff;
}

#section-top .btn-primary {
  border: 1px solid #ffffff;
}

@media only screen and (min-width: 1501px) {
  #bgvid {
    bottom: 50%;
  }
}

@media only screen and (max-width: 1500px) and (min-width: 1220px) {
  #bgvid {
    bottom: 32%;
  }
}

@media only screen and (max-width: 992px) {
  #section-top h1 {
    font-size: 1.5em;
  }

  #section-top .btn {
    font-size: 23px;
    padding: 12px 30px;
  }
}

@media only screen and (max-width: 600px) {
  #section-top h1 {
    font-size: 1.5em;
  }

  #section-top .btn {
    font-size: 14px;
    padding: 10px 15px;
  }
}

/* End of video */
```