/* controls font size on home hero */
.ms-content-block__text h3 {
  font-size: 1.65rem;
}

@media only screen and (max-width: 1200px) {
.ms-content-block__text h3 {
    font-size: 1.4rem;
  }
}

@media only screen and (max-width: 1024px) {
.ms-content-block__text h3 {
    font-size: 1.2rem;
  }
}

@media only screen and (max-width: 768px) {
.ms-content-block__text h3 {
    font-size: 1rem;
  }
}

@media only screen and (max-width: 576px) {
.ms-content-block__text h3 {
    font-size: 0.875rem;
  }
}

@media only screen and (max-width: 480px) {
.ms-content-block__text h3 {
    font-size: 0.75rem;
  }
}





@media (max-width: 767px) {
.youtube-modal.msc-modal .msc-modal__dialog {
height: auto;
}

.content-marketing-timeline .youtube-modal.msc-modal .modal-body iframe {
min-height: 300px;
}
}

.ms-search-result-container .ms-product-search-result__item .product-type-assembly .product-details {
	padding: unset !important;
}

.footer-copyright .ms-text-block > div {
display: inline-block;
}


