/** Shopify CDN: Minification failed

Line 136:3 Unexpected "="

**/
/***** header ****/
.header__linklist-item .header__linklist-link {
  font-weight: 600;
  font-size: 16px;
  line-height: normal;
  letter-spacing: .15px;
  text-transform: uppercase;
  color: #fff;
}

.mega-menu__inner {
  display: flex !important;
  column-gap: 20px !important;
  justify-content: space-between !important;
}

.mega-menu__columns-wrapper {
  margin: calc(-1 * var(--mega-menu-column-gap) / 2) 0px !important;
  flex-wrap: wrap;
  display: flex;
  width: 100%;
  position: relative;
  justify-content: space-between;
}

.mega-menu__columns-wrapper .mega-menu__column {
  margin: calc(var(--mega-menu-column-gap) / 2) 0px !important;
  width: 25%;
}

.mega-menu__title.heading.heading--small {
  font-weight: 600;
  font-size: 14px;
  line-height: 24px;
  letter-spacing: .15px;
  text-transform: uppercase;
  color: red;
  margin: 0 0 20px;
}

.mega-menu__column .linklist__item span, .mega-menu__column .linklist__item a {
  cursor: pointer;
  font-weight: 400;
  font-size: 12px;
  line-height: 24px;
  letter-spacing: .15px;
  text-transform: uppercase;
  color: #000;
}

@media screen and (min-width: 1200px) {
  #desktop-menu-4 {
    --l-scrollbar-width: 4px;
    --l-scrollbar-radius: 6px;
    --l-scrollbar-thumb-width: 2px;
    --l-scrollbar-thumb-bg: #c6bfbf;
    --l-scrollbar-thumb-hover-bg: #1f1e1e;
    --l-scrollbar-track-bg: #f1eded;
    --l-scrollbar-button-bg: #999393;
    overflow: hidden auto;
    max-height: 400px;
  }
}

@media screen and (min-width: 1200px) {
  .mega-menu__column.mega_menu_column_5 {
    position: absolute;
    right: -2px;
    top: 49px;
  }
}

@media screen and (min-width: 1000px) {
  .footer {
    padding-block-start: 120px !important;
    padding-block-end: 0 !important;
  }
}

@media screen and (min-width: 1000px) {
  .footer__aside {
    display: flex !important;
    align-items: center !important;
    justify-content: flex-start !important;
    row-gap: 0px !important;
    margin-block-start: 70px !important;
  }
}

.footer_bottom_text {
  display: flex;
  width: 100%;
  justify-content: space-between;
  align-items: center;
  padding: 0 0 30px;
}

.footer_text_left {
  display: flex;
  align-items: center;
}

.footer_text_left p a {
  text-decoration: unset !important;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .15px;
  color: #fff;
}

.line_footer {
  background-color: red;
  width: 1px;
  margin: 0 16px;
  height: 24px;
}

.footer_timeing p {
  font-weight: 500;
  font-size: 16px;
  line-height: normal;
  letter-spacing: .15px;
  color: #fff;
}

.footer_text_left p {
  margin: 0 !important;
}

dir=ltr] .social-media:not(.social-media--no-radius) .social-media__item:first-child {
  border-bottom-left-radius: var(--button-border-radius) !important;
  border-top-left-radius: var(--button-border-radius) !important;
}

.footer_social_icons .social-media__item {
  margin: 0 20px 0 0 !important;
  border: unset !important;
  box-shadow: unset !important;
}

.footer_social_icons .social-media__link {
  width: 32px;
  height: 32px;
  border-radius: 100%;
  background-color: #fff;
  color: #000;
}

.footer__aside .footer__copyright {
  width: 100%;
  display: inline-block;
  text-align: center;
  border-top: 1px solid #FF0000;
  padding: 36px 0;
  font-weight: 300;
  font-size: 16px;
  line-height: normal;
  color: #fff;
}

@media screen and (min-width: 768px) {
  .footer_line, .footer__aside .footer__copyright br {
    display: none;
  }
}

.footer__aside {
  flex-wrap: wrap !important;
}

.footer__item-list .footer__item-title.heading {
  font-weight: 700;
  font-size: 20px;
  line-height: normal;
  letter-spacing: .15px;
  text-transform: uppercase;
  color: #fff;
  margin: 0 0 16px;
}

.footer__item-content .linklist__item a {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .15px;
  color: #fff;
}

.footer__item-content .linklist__item {
  margin: 10px 0 0;
}

.footer__item-content .linklist {
  padding: 10px 0 0;
}

.footer__item.footer__item--newsletter .footer__item-content p {
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .15px;
  color: #fff;
}

/***** Slideshow ****/
@media screen and (min-width: 768px) {
  .home_slideshow_banner_section.section.section--flush {
    height: 100vh;
  }

  .home_slideshow_banner_section .slideshow, .home_slideshow_banner_section .slideshow__slide-list, .home_slideshow_banner_section .slideshow__slide, .home_slideshow_banner_section .slideshow__slide-inner {
    min-height: 100%;
    height: 100%;
  }
}

.home_slideshow_banner_section.section.section--flush .heading.heading--large {
  font-weight: 700;
  font-size: 96px;
  line-height: normal;
  letter-spacing: -1.5px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  margin: 0px 0px 10px;
}

.home_slideshow_banner_section.section.section--flush .heading.heading--small.slideshow_text {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  letter-spacing: 0.18px;
  color: rgb(255, 255, 255);
  text-transform: unset;
  margin: 0px;
}

.home_slideshow_banner_section.section .button.button--primary {
  font-weight: 700;
  font-size: 14px;
  line-height: normal;
  letter-spacing: 1.25px;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  padding: 16px 24px;
}

/***** Start your build ****/
#shopify-section-template--19902877958380__16817157858ccd966d {
  padding: 68px 0;
}

.ooo-instagram-header__title, .heading.h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}

/***** Lights, Camera, Action! ****/
.home_video_section.section {
  padding: 136px 72px;
}

.video-section {
  position: relative;
}

.video-section .video-wrapper {
  width: 78% !important;
}

.video_head_block.text-container {
  position: absolute;
  top: 50%;
  transform: translateY(-50%);
  right: 0;
  background: #000;
  width: 100%;
  max-width: 30%;
  color: #fff;
  padding: 60px 32px;
}

.video_head_block.text-container .heading.h2 {
  font-weight: 400;
  font-size: 34px;
  line-height: normal;
  color: #fff;
  margin: 0 0 16px;
}

.video_head_block.text-container p {
  font-weight: 500;
  font-size: 20px;
  line-height: normal;
  letter-spacing: .15px;
  color: red;
  margin: 0;
}

@media screen and (min-width: 741px) {
  .button:not(.button--text), .shopify-challenge__button, #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .spr-button {
    padding-inline-start: 24px !important; 
    padding-inline-end: 24px !important;
    font-weight: 700 !important;
    font-size: 14px !important;
    line-height: normal;
    letter-spacing: 1.25px !important;
    padding: 16px 0; 
  }
}


/***** Built to stand out ****/
#shopify-section-template--19902877958380__275aea1b-915b-4f24-99a3-488619114fdf {
  background-image: linear-gradient(90deg, rgba(68, 58, 58, 1) 8.09%, rgba(17, 18, 20, 1) 112.67%) !important;
}

.home_image_text_section.section .container {
  padding: 0px 72px;
}

.home_image_text_section.section .image-with-text__wrapper {
  padding: 68px 0px;
}

.home_image_text_section.section .image-with-text__image-wrapper {
  margin: 0px;
}

@media screen and (min-width: 768px) {
  .home_image_text_section.section .image-with-text__content-wrapper {
    width: 50%;
    margin: 0px;
    padding: 0px 0px 0px 54px;
  }
}

.home_image_text_section.section .image-with-text__content-wrapper .heading.h3 {
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  margin: 0px 0px 16px;
}

.home_image_text_section.section .image-with-text__content-wrapper .image-with-text__text-wrapper {
  font-weight: 400;
  font-size: 16px;
  line-height: 24px;
  letter-spacing: 0.5px;
}

.home_image_text_section.section .image-with-text__content-wrapper .button-wrapper {
  margin: 24px 0px 0px;
}

/***** Marquee ****/
.marquee-wrapper {
  overflow: hidden;
  width: 100%;
  position: relative;
  white-space: nowrap;
}

.marquee-track {
  display: flex;
  width: fit-content;
  animation: scroll var(--scroll-speed, 60s) linear infinite;
}

.marquee-content {
  display: flex;
  flex-shrink: 0;
}

.marquee-item {
  min-width: 270px;
  max-width: 270px;
  min-height: 128px;
  max-height: 128px;
  display: flex;
  justify-content: center;
  align-items: center;
  margin-right: 90px;
  list-style: none;
  font-weight: 400;
  font-size: 34px;
  line-height: normal;
  text-transform: uppercase;
  color: rgb(255, 255, 255);
  white-space: nowrap;
}

@keyframes scroll {
  0% {
    transform: translateX(0%);
  }
  100% {
    transform: translateX(-50%);
  }
}

/***** Built by the community section ****/

.template-index .shopify-section--apps {
  background: rgb(0, 0, 0) !important;
  padding: 68px 0px;
}

/***** SHOP LED ACCENT LIGHTING section ****/
.custom_coll_list .container {
  max-width: 920px;
  padding: 68px 30px;
}

.custom_coll_list .section__header {
  margin: 0px 0px 40px;
}

.ooo-instagram-header__title, .heading.h2 {
  font-weight: 500;
  font-size: 48px;
  line-height: normal;
  text-transform: uppercase;
  letter-spacing: normal;
}

.grid.single_image_block {
  display: flex;
  padding: 0px;
  gap: unset;
  margin: 0px;
}

.grid__item.one-half.coll_list_items {
  width: 50%;
  padding: 0px 10px;
}

.grid__item.one-whole.coll_list_item {
  width: 100%;
  text-align: left;
  border-bottom: 1px solid;
  padding: 20px 0px 40px;
}

.grid__item.one-whole.coll_list_item .h4 {
  font-weight: 400;
  font-size: 24px;
  line-height: normal;
  letter-spacing: .18px;
  text-transform: unset;
}

.grid__item.one-whole.coll_list_item .h4:hover {
  font-weight: 700;
  color: red!important;
}

/***** BEFORE AFTER section ****/
.wrapper.before_after_section-block {
  padding: 136px 72px;
}

@media screen and (min-width: 1400px) {
  .gallery {
      --gallery-image-height: 30vw;
  }
}

@media screen and (min-width: 1200px) {
  .gallery {
      --gallery-image-height: 35vw;
  }
}

@media screen and (min-width: 1000px) {
  .gallery {
      --gallery-image-height: 40vw;
  }
}

.gallery {
  --gallery-image-height: 370px;
  position: relative;
  display: block;
}

/***** PRODUCTS - LED MODS ****/
.collection_item_link h2, .product-item-meta .product-item-meta__title {
  text-align: center;
  font-weight: 500;
  font-size: 18px;
  line-height: normal;
  letter-spacing: .15px;
  color: #0c0931;
}


.button:not(.button--text), .shopify-challenge__button, #shopify-product-reviews .spr-summary-actions-newreview, #shopify-product-reviews .spr-button {
  font-family: var(--text-font-family) !important;
  font-weight: 700 !important;
  font-size: 14px !important;
  line-height: normal;
  letter-spacing: 1.25px !important;
  text-transform: uppercase !important;
  padding: 16px 24px !important;
}


/***** MOBILE ****/
@media screen and (max-width: 767px) {
  .tab_section_home_coll,
  body {
    overflow-x: hidden;
  }

  .tab_section_home_coll.section .container {
    padding: 0px 15px;
  }

  .tab_section_home_coll .tabs-nav__item-list {
    gap: 6px;
  }

  .tab_section_home_coll .tab_coll_section_block {
    grid-auto-columns: 52vw;
  }

  .tab_section_home_coll .tabs-nav__item.heading.heading--small {
    font-size: 11px;
  }

  .cgt-desc ul.tabs {
    padding: 0px 5px;
  }

  .cgt-desc ul li a {
    padding: 0 0 8px;
    font-size: 13px;
  }

  .cgt-desc ul li {
    padding: 0 3px 8px;
  }

  .ymm_app #ymm_searchbox #ymm_label {
    font-size: 22px !important;
  }

  .template-index .shopify-section--apps {
    padding: 30px 0 !important;
  }

  .home_image_overlay_text .hidden-lap-and-up.image-overlay__image-wrapper {
    position: unset;
    padding: 0 !important;
  }

  .home_image_overlay_text .container {
    position: absolute;
    top: 50%;
    transform: translate(0px, -50%);
  }

  .home_image_overlay_text .image-overlay::before {
    padding-bottom: 100%;
  }

  .tab_coll_section_block.slick-slider .slick-list {
    padding-right: 80px;
  }

  .tab_option_select {
    padding: 0px 20px;
    display: none;
  }

  .coll_tab_section .container {
    padding: 0;
  }

  .nav-select {
    width: 100%;
    background-color: transparent;
    border: 1px solid #000000;
    padding: 18px 24px;
    color: #0C0931;
    font-size: 16px;
    font-weight: 500;
    background-image: url(/cdn/shop/files/Vector_18.svg?v=1681699829);
    background-repeat: no-repeat;
    background-position: right 24px center;
    appearance: none;
  }

  .footer__aside .footer__copyright a {
    text-decoration: underline;
  }

  .footer__aside .footer__copyright {
    font-size: 14px;
    line-height: 21px;
  }

  .home_image_overlay_text.section p {
    font-size: 36px;
    max-width: 298px;
  }

  .tab_coll_section_block.slick-slider {
    padding: 0px 0px 32px;
  }

  .tab_coll_section_block.tab_slider_block {
    text-align: center;
    padding: 0px 0px 70px;
  }

  .coll_tab_section .section__footer.button-wrapper {
    display: none;
  }

  .accordian-heading.footer__item-title.heading.heading--small {
    display: flex;
    align-items: center;
    justify-content: center;
    cursor: pointer;
  }

  .accordian-heading.footer__item-title.heading.heading--small span {
    line-height: 0;
    margin-left: 10px;
  }

  .footer__item--image,
  .footer__item--newsletter,
  .footer__item--newsletter + .footer__item--social-media:last-child {
    grid-column: unset !important;
  }

  .footer__image {
    margin: 0px auto !important;
  }

  .footer__item-list {
    justify-content: center !important;
    text-align: center !important;
    grid-template-columns: unset !important;
  }

  .footer_text_left {
    flex-wrap: wrap !important;
    justify-content: center !important;
    padding: 0px 0px 40px !important;
  }

  .line_footer {
    display: none !important;
  }

  .footer_bottom_text {
    justify-content: center !important;
    flex-wrap: wrap !important;
  }

  .marquee-wrapper {
    overflow: hidden;
    width: 100%;
    position: relative;
    white-space: nowrap;
  }

  .marquee-track {
    display: flex;
    width: fit-content;
    animation: scroll var(--scroll-speed, 60s) linear infinite;
  }

  .marquee-content {
    display: flex;
    flex-shrink: 0;
  }

  .marquee-item {
    min-width: 218px;
    max-width: 218px;
    min-height: 85px;
    max-height: 85px;
    margin-right: 26px;
    font-size: 24px;
    text-transform: uppercase;
    color: rgb(255, 255, 255);
    display: flex;
    align-items: center;
    justify-content: center;
  }

  .wrapper.before_after_section-block {
    padding: 66px 24px;
  }

  .grid__item.one-whole.coll_list_item {
    padding: 22px 0 22px;
    width: 100%;
    text-align: center;
  }

  .grid__item.one-whole.coll_list_item .h4 {
    font-size: 20px;
    text-align: center;
  }

  .grid__item.one-half.coll_list_items {
    width: 100%;
    padding: 0;
  }

  .grid.single_image_block {
    flex-wrap: wrap;
  }

  .custom_coll_list .container {
    padding: 48px 20px;
    max-width: 920px;
  }

  .video-wrapper__play-button.video-wrapper__play-button--ripple svg {
    width: 60px;
    height: 60px;
  }

  .video_head_block.text-container {
    position: unset;
    top: 50%;
    transform: unset;
    right: 0;
    background: #000000;
    width: 100%;
    max-width: 100%;
    color: #fff;
    padding: 32px 20px 48px;
    text-align: center;
  }

  .video-section .video-wrapper {
    width: 100% !important;
  }

  .home_video_section.section {
    padding: 0;
  }

  .home_testimonial_section.section .testimonial-list {
    text-align: center;
  }

  .home_testimonial_section.section .testimonial-list__prev-next-buttons.hidden-phone {
    display: inline-grid !important;
  }

  .home_testimonial_section.section .testimonial-list__dots.dots-nav.hidden-tablet-and-up {
    display: none;
  }

  .home_testimonial_section.section span svg {
    width: 66px;
    height: 50px;
  }

  .home_testimonial_section.section .testimonial__author {
    font-size: 20px;
  }

  .home_testimonial_section.section .testimonial__content.blockquote {
    font-size: 20px;
    line-height: normal;
  }

  .home_testimonial_section.section .container {
    padding: 0 24px;
  }

  .home_testimonial_section.section .vertical-breather.vertical-breather--tight {
    padding: 48px 0;
  }

  .home_image_text_section.section .image-with-text__content-wrapper {
    padding: 30px 0px 0px;
  }

  .home_image_text_section.section.section--flush {
    padding: 0px 0px 0px;
  }

  .home_image_text_section.section .image-with-text__content-wrapper .heading.heading--small.subheading_text_bottom {
    font-size: 20px;
  }

  .home_image_text_section.section .image-with-text__content-wrapper .heading.h3 {
    font-size: 28px;
  }

  .home_image_text_section .image-with-text__content.text-container.text--left {
    text-align: center;
  }

  .home_image_text_section.section .container {
    padding: 0 20px;
  }

  .home_image_text_section.section .image-with-text__wrapper {
    padding: 48px 0px 32px;
    position: relative;
    top: 0px;
  }

  .home_image_text_section.section .image-with-text {
    padding: 0;
  }

  .ooo-instagram-header__title,
  .heading.h2 {
    font-size: 28px;
  }

  .coll_tab_section {
    padding: 48px 0;
  }

  .home_slideshow_banner_section.section.section--flush .heading.heading--small.slideshow_text {
    font-size: 22px;
  }

  .home_slideshow_banner_section.section.section--flush .heading.heading--large {
    font-size: 48px;
  }

  .home_slideshow_banner_section .content-box.content-box--medium.content-box--text-left.content-box--left.text-container {
    text-align: center;
    margin: 0px auto;
  }
}

/***** DIMENSION-SPECIFIC OVERRIDES ****/

@media screen and (max-width: 400px) {
  .cgt-desc ul li a {
    font-size: 12px !important;
  }
}

@media screen and (min-width: 768px) {
  .nav-select {
    display: none !important;
  }

  .coll_tab_section .btn-wrap {
    display: none !important;
  }

  .accordian-heading.footer__item-title.heading.heading--small span {
    display: none !important;
  }

  .accordian-description-inner.footer__item-content {
    display: block !important;
    height: unset !important;
  }

  .footer_line {
    display: none !important;
  }

  .footer__aside .footer__copyright br {
    display: none !important;
  }

  .home_image_text_section.section .image-with-text__content-wrapper {
    margin: 0 !important;
    padding: 0px 0px 0px 54px !important;
    width: 50% !important;
  }

  .home_slideshow_banner_section.section.section--flush {
    height: 100vh !important;
  }

  .home_slideshow_banner_section .slideshow,
  .home_slideshow_banner_section .slideshow__slide-list,
  .home_slideshow_banner_section .slideshow__slide,
  .home_slideshow_banner_section .slideshow__slide-inner {
    min-height: 100% !important;
    height: 100% !important;
  }
}

@media screen and (min-width: 1200px) {
  .mega-menu__column.mega_menu_column_5 {
    position: absolute !important;
    right: -2px !important;
    top: 49px !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1000px) {
  .cgt-desc ul li {
    padding: 0 6px !important;
  }

  .cgt-desc ul li a {
    font-size: 20px !important;
    padding: 0 0 16px !important;
  }

  .home_slideshow_banner_section.section.section--flush .heading.heading--small.slideshow_text {
    font-size: 22px !important;
  }

  .home_slideshow_banner_section .content-box.content-box--medium.content-box--text-left.content-box--left.text-container {
    text-align: center !important;
    margin: 0 auto !important;
  }

  .home_slideshow_banner_section.section.section--flush .heading.heading--large {
    font-size: 48px !important;
  }

  .marquee-item {
    min-width: 218px !important;
    max-width: 218px !important;
    min-height: 85px !important;
    max-height: 85px !important;
    margin-right: 26px !important;
    font-size: 24px !important;
  }

  .wrapper.before_after_section-block {
    padding: 66px 24px !important;
  }

  .grid__item.one-whole.coll_list_item {
    padding: 22px 0 22px !important;
    width: 100% !important;
    text-align: center !important;
  }

  .grid__item.one-whole.coll_list_item .h4 {
    font-size: 20px !important;
    text-align: center !important;
  }

  .grid__item.one-half.coll_list_items {
    width: 100% !important;
    padding: 0 !important;
  }

  .grid.single_image_block {
    flex-wrap: wrap !important;
  }

  .custom_coll_list .container {
    padding: 48px 20px !important;
    max-width: 920px !important;
  }

  .video-wrapper__play-button.video-wrapper__play-button--ripple svg {
    width: 60px !important;
    height: 60px !important;
  }

  .video_head_block.text-container {
    position: unset !important;
    top: 50% !important;
    transform: unset !important;
    right: 0 !important;
    background: #000000 !important;
    width: 100% !important;
    max-width: 100% !important;
    color: #fff !important;
    padding: 32px 20px 48px !important;
    text-align: center !important;
  }

  .video-section .video-wrapper {
    width: 100% !important;
  }

  .home_video_section.section {
    padding: 0 !important;
  }

  .home_testimonial_section.section .testimonial-list {
    text-align: center !important;
  }

  .home_testimonial_section.section .testimonial-list__prev-next-buttons.hidden-phone {
    display: inline-grid !important;
  }

  .home_testimonial_section.section .testimonial-list__dots.dots-nav.hidden-tablet-and-up {
    display: none !important;
  }

  .home_testimonial_section.section span svg {
    width: 66px !important;
    height: 50px !important;
  }

  .home_testimonial_section.section .testimonial__author {
    font-size: 20px !important;
  }

  .home_testimonial_section.section .testimonial__content.blockquote {
    font-size: 20px !important;
    line-height: normal !important;
  }

  .home_testimonial_section.section .container {
    padding: 0 24px !important;
  }

  .home_testimonial_section.section .vertical-breather.vertical-breather--tight {
    padding: 48px 0 !important;
  }

  .home_image_text_section.section .image-with-text__content-wrapper {
    padding: 30px 0px 0px !important;
    width: 100% !important;
  }

  .home_image_text_section.section.section--flush {
    padding: 60px 0px 0px !important;
  }

  .home_image_text_section.section .image-with-text__content-wrapper .heading.heading--small.subheading_text_bottom {
    font-size: 20px !important;
  }

  .home_image_text_section.section .image-with-text__content-wrapper .heading.h3 {
    font-size: 28px !important;
  }

  .home_image_text_section .image-with-text__content.text-container.text--left {
    text-align: center !important;
  }

  .home_image_text_section.section .container {
    padding: 0 20px !important;
  }

  .home_image_text_section.section .image-with-text__wrapper {
    padding: 0px 0px 32px !important;
    position: relative !important;
    top: -16px !important;
  }

  .home_image_text_section.section .image-with-text {
    padding: 0 !important;
  }

  .ooo-instagram-header__title,
  .heading.h2 {
    font-size: 28px !important;
  }

  .coll_tab_section {
    padding: 48px 0 !important;
  }

  .home_slideshow_banner_section.section.section--flush .heading.heading--small.slideshow_text {
    font-size: 22px !important;
  }

  .home_slideshow_banner_section.section.section--flush .heading.heading--large {
    font-size: 48px !important;
  }

  .home_slideshow_banner_section .content-box.content-box--medium.content-box--text-left.content-box--left.text-container {
    text-align: center !important;
    margin: 0px auto !important;
  }
}

@media screen and (min-width: 768px) and (max-width: 1024px) {
  .home_slideshow_banner_section.section.section--flush .heading.heading--large {
    font-size: 60px !important;
  }
}

@media screen and (min-width: 1025px) and (max-width: 1200px) {
  .video_head_block.text-container .heading.h2 {
    font-size: 26px !important;
  }

  .video-section .video-wrapper {
    width: 70% !important;
  }

  .video_head_block.text-container {
    max-width: 40% !important;
    padding: 36px 28px !important;
  }

  .home_slideshow_banner_section.section.section--flush .heading.heading--large {
    font-size: 60px !important;
  }
}



