/* Screens no smaller than a large phone */

/****************************************
* Header
****************************************/

header .logo img {
  margin: 0 auto;
}

/****************************************
* Billboard
****************************************/

.billboard video {
  min-height: 324px;
}

/****************************************
* Product details
****************************************/

.product-detail .products > .product:nth-of-type(3) {
  display: none;
}

/****************************************
* Forms
****************************************/

.cc_inputs {
  grid-template-columns: 1fr 72px 47px;
}

.cc_inputs > div:first-of-type {
  grid-column: span 1;
}

/****************************************
* Overlay
****************************************/

.overlay .wrapper {
  padding: 4rem;
}