.marketing .huge {
  visibility: hidden;
}
.marketing .subheader {
  visibility: hidden;
}
.ss-intro .image-box img {
  visibility: hidden;
}

.marketing .huge {
  visibility: visible !important;
}

@media only screen and (min-width: 1024px) and (max-width: 1250px) {
  .marketing .huge span {
    max-width: 350px;
  }
}

.colour-select {
  list-style: none;
  z-index: 9999;
  position: absolute;
  top: 35%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.colour-select a {
  display: block;
  width: 100%;
  height: 100%;
  opacity: 0;
}

.colour-select.--desktop {
  display: none;
  position: relative;
  top: initial;
  -ms-transform: none;
  transform: none;
}

@media only screen and (min-width: 399px) {
  .colour-select.--mobile {
    top: 31%;
  }
}

@media only screen and (min-width: 640px) {
  .colour-select.--mobile {
    top: 42%;
  }
}

@media only screen and (min-width: 1024px) {
  .colour-select.--mobile {
    top: 62%;
    display: none;
  }
}

@media only screen and (min-width: 1200px) {
  .colour-select.--desktop {
    display: block;
    top: 64%;
  }
}

.colour-select__colour {
  position: relative;
  width: calc(63px / 2);
  height: calc(63px / 2);
  border-radius: 50%;
  margin-bottom: 15px;
  border: 1px solid #979797;
}

.colour-select__colour:hover {
  opacity: 5;
}

@media only screen and (min-width: 1024px) {
  .colour-select__colour {
    width: 63px;
    height: 63px;
  }
}

@media only screen and (min-width: 1025px) {
  .colour-select.--desktop {
    display: block;
  }
}

.colour-select.--mobile .colour-select__colour .--current {
  margin-left: 30px;
  width: 120px;
}

.colour-select__colour .--current {
  content: "";
  display: block;
  width: 330px;
  height: 1px;
  background: #979797;
  margin-left: 62px;
  position: absolute;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
}

.colour-select__colour .--current::after {
  content: "";
  display: block;
  position: absolute;
  border-radius: 50%;
  width: 20px;
  height: 20px;
  border: 1px solid #979797;
  top: 50%;
  -ms-transform: translateY(-50%);
  transform: translateY(-50%);
  right: -20px;
}

.colour-select__colour.--black {
  background: #2f2f2f;
}

.colour-select__colour.--white {
  background: #eeedf2;
}

.colour-select__colour.--red {
  background: red;
}

.colour-select__colour.--green {
  background: green;
}
