{% macro borderradius(value) -%}
    background-color: ;
{%- endmacro %}

.ProductFamilyHero {
  width: 100%;
  height: 944px;
  height: 59rem;
  position: relative;
}

@media only screen and (min-width: 1800px) {
  .ProductFamilyHero {
    height: 72rem;
  }
}

@media only screen and (max-width: 1199px) {
  .ProductFamilyHero {
    height: 36rem;
  }
}

@media only screen and (max-width: 767px) {
  .ProductFamilyHero {
    height: 24rem;
  }
}

.ProductFamilyHero .image {
    width: 100%;
    height: 100%;

    background-position: center;
    background-repeat: no-repeat;
    background-size: cover;

    position: absolute;
    top: 0;
    z-index: -1;
}
.ProductFamilyHero .content {
    width: 1200px;
    height: 100%;
    margin: 0 auto;
}
@media only screen and (max-width: 1199px) {
  .ProductFamilyHero .content {
    width: 100%;
    display: flex;
  }
  .ProductFamilyHero .content {
    justify-content: center;
    align-items: center;
  }
}
.ProductFamilyHero .content .descriptionContainer {
  flex-grow: 0;
  flex-shrink: 0;
  flex-basis: calc(99.9% * 6/12 - (40px - 40px * 6/12));
  max-width: calc(99.9% * 6/12 - (40px - 40px * 6/12));
  width: calc(99.9% * 6/12 - (40px - 40px * 6/12));
  height: 100%;
  
  display: -ms-flexbox;
  
  display: flex;
  -ms-flex-align: center;
  align-items: center;
}

.ProductFamilyHero .content .descriptionContainer:nth-child(1n) {
      margin-right: 40px;
      margin-left: 0;
}
.ProductFamilyHero .content .descriptionContainer:last-child {
      margin-right: 0;
}
@media only screen and (max-width: 1199px) {
  .ProductFamilyHero .content .descriptionContainer {
    flex-grow: 0;
    flex-shrink: 0;
    flex-basis: calc(99.9% * 8/10 - (10.2px - 10.2px * 8/10));
    max-width: calc(99.9% * 8/10 - (10.2px - 10.2px * 8/10));
    width: calc(99.9% * 8/10 - (10.2px - 10.2px * 8/10));
  }
  .ProductFamilyHero .content .descriptionContainer:nth-child(1n) {
    margin-right: 10.2px;
    margin-left: 0;
  }
  .ProductFamilyHero .content .descriptionContainer:last-child {
    margin-right: 0;
  }
}
.ProductFamilyHero .content .descriptionContainer .descriptionBox {
        padding: 128px;
        padding: 8rem;
        height: 386px;
        width: 100%;
        background-color: rgba(14, 53, 45, .9);
        text-align: center;
        color: #ffffff;
}
@media only screen and (max-width: 1199px) {
  .ProductFamilyHero .content .descriptionContainer .descriptionBox {
    height: 304px;
    height: 19rem;
    padding: 51.2px 38.4px;
    padding: 3.2rem 2.4rem;
  }
}

@media screen and (max-width: 480px) {
  .ProductFamilyHero .content {
    display: block;
  }

  .ProductFamilyHero .content .descriptionContainer .descriptionBox {
    height: inherit;
    text-align: left;
  }
  
  .ProductFamilyHero .content .descriptionContainer {
    max-width: unset;
    width: 100%;
  }
}
.ProductFamilyHero .content .descriptionContainer .descriptionWrapper {
        max-height: 361.6px;
        max-height: 22.6rem;
        /* overflow: hidden; */
}
@media only screen and (max-width: 1199px) {
  .ProductFamilyHero .content .descriptionContainer .descriptionWrapper {
    max-height: 160px;
    max-height: 10rem;
  }
}
.ProductFamilyHero .content .descriptionContainer .descriptionWrapper .familyName {
          margin-bottom: 57.6px;
          margin-bottom: 3.6rem;
          position: relative;
          display: inline-block;
}
@media only screen and (max-width: 1199px) {
  .ProductFamilyHero .content .descriptionContainer .descriptionWrapper .familyName {
    margin-bottom: 25.6px;
    margin-bottom: 1.6rem;
    font-size: 36.8px;
    font-size: 2.3rem;
  }
}

  .ProductFamilyHero .content .descriptionContainer .descriptionWrapper .familyDescription {
    font-size: 20px;
  }
.ProductFamilyHero .content .descriptionContainer .descriptionWrapper .familyName::after {
  content: '';
  background-color: #FFFFFF;
  height: 6.4px;
  height: 0.4rem;
  width: 85px;
  position: absolute;
  top: calc(100% + 10px);
	left: 50%;
  transform: translate(-50%, 0);
}
@media only screen and (max-width: 1199px) {
  .ProductFamilyHero .content .descriptionContainer .descriptionWrapper .familyName::after {
    display: none;
  }
}
@media only screen and (max-width: 1199px) {
  .ProductFamilyHero .content .descriptionContainer .descriptionWrapper .familyDescription {
    font-size: 25.6px;
    font-size: 1.6rem;
  }
}

.videoHeader {
  position: absolute;
  width: 100%;
  height: 100%;
  overflow: hidden;
}

.videoHeader,
.videoHeader video,
.videoHeader .viewportHeader {
  width: 100%;
  height: 59rem;
  position: absolute;
  top: 0;
  left: 0;
}


@media only screen and (min-width: 1800px) {
  .videoHeader,
  .videoHeader video,
  .videoHeader .viewportHeader { 
      height: 72rem;
  }
}

@media only screen and (max-width: 1199px) {
  .videoHeader,
  .videoHeader video,
  .videoHeader .viewportHeader { 
      height: 36rem;
  }
}

@media only screen and (max-width: 767px) {
  .videoHeader,
  .videoHeader video,
  .videoHeader .viewportHeader { 
      height: 24rem;
  }
}

.videoHeader video {
  background: white;
  object-fit: cover;
}
.videoHeader .viewportHeader {
  display: flex;
  align-items: center;
  justify-content: center;
  opacity: 1;
  transform: 1;
}

.hideVideoOnMobile {
  display: block;
}

.showImageOnMobile {
  display: none;
}

@media only screen and (max-width: 767px) {
   .hideVideoOnMobile {
    display: none;
  }

  .showImageOnMobile {
    display: block;
  }
}

.ProductFamilyHero .content .descriptionContainer .descriptionWrapper .familyCategory {
  font-size: 14px;
  text-transform: uppercase;
}

