.product-section {
  padding: 20px 0px;
  margin: 30px auto;
  width: 70%;
}

#top-header {
  width: 100%;
  height: 300px;
  overflow: hidden;
  position: relative;
}
#top-header section {
  position: absolute;
  top: 40%;
  left: 5%;
  z-index: 10;
}
#top-header .overlay {
  position: absolute;
  top: 0;
  left: 0%;
  width: 100%;
  height: 100%;
  background: #000;
  z-index: 5;
  opacity: 0.5;
  margin-top: 20px;
}

#blurb {
  width: 57%;
  text-align: justify;
  margin: 0 auto;
  padding-bottom: 30px;
  padding-top: 90px;
  border-bottom: 5px solid #ddd;
}

.main-content {
  width: 1370px;
  margin-top: 50px;
}

@media (max-width: 1368px) {
  .main-content {
    width: 1140px;
  }
}
@media (max-width: 1140px) {
  .main-content {
    width: 1000px;
  }
}
@media (max-width: 992px) {
  .main-content {
    width: 100%;
  }
}
.bg-video {
  height: 50vh;
}
.bg-video .overlay {
  height: 50%;
}

.thumbnail-group {
  width: 92%;
  margin: 0 auto;
  display: flex;
}
.thumbnail-group .title-line {
  width: 75%;
  color: #fff;
}
.thumbnail-group .title-line h3 {
  font-weight: 200;
  margin-bottom: 25px;
}
.thumbnail-group .limits-line {
  width: 25%;
  font-size: 16px;
  text-align: right;
}

.thumbnail-flexbox {
  display: flex;
  align-items: center;
}
.thumbnail-flexbox .chevron {
  font-size: 50px;
}

.thumbnail-section {
  margin: 0 11px 0px 0px;
  text-align: center;
}
.thumbnail-section a {
  color: #fff;
}

/*# sourceMappingURL=l2_landing_page.css.map */
