#headline {
  margin-top: 180px;
}

#headline p {
  line-height: 0;
}

#headline>.row {
  margin-top: calc(-5% - 178px);
  margin-right: 0;
}


#headline .intro-content {
  margin: 5% auto 0;
  padding: 0;
  outline: medium none;
}

#primary-cta .content-row a.btn:first-of-type {
  display: block;
  width: 245px;
  margin: -1.5em auto 2.5em;
}

#products #extra strong {
  color: #e41c34;
}

#products h3,
#products p {
  font-size: 18px;
}
#products h3 {
  display: none;
}

#products h3.show {
  display: block;
  margin: -4px 0 0;
  padding-bottom: 8px;
  font-weight: 500;
}


#products .product-content {
  max-width: 200px;
  padding: 1em 0 0 1em;
}

#products .product img {
  max-width: 260px;
}

#products .img-wrap img {
  max-width: 100%;
  max-height: 275px;
}

#products .products-wrapper div:nth-child(2) .img-wrap {
  padding-left: 0;
}

#products .product-content a.btn {
  float: left;
  clear: left;
  margin: 8px 0 !important;
}

#portfoliolist h3 {
  font-size: 15px;
  letter-spacing: -0.3px;
}

#player .ytp-cued-thumbnail-overlay > .ytp-cued-thumbnail-overlay-image {
	background-position: center top;
}

@media (min-width: 738px) {

	#headline > .intro-content > p > iframe {
		height: 480px;
	}
}

@media (max-height: 1080px) {

  #headline {
    margin-top: 150px;
    padding: 6.6% 0;
  }

  #headline .intro-content {
    max-width: 830px;
  }

  #products img {
    margin: auto;
    padding-right: auto;
  }

  #products p {
    font-size: 18px;
  }
}
