.tablinks_custom {
    border: none;
    background: transparent;
    padding: 20px;
    width: 20%;
    cursor: pointer;
    letter-spacing: 2px;
    transition: all .3s ease;
}
.tab {
    display: flex;
    justify-content: center;
}
#content {
    padding-top: 10px;
}
.custom_product_tabs.page-width {
    max-width: 110rem;
}
.video_tab_buttons_wrapper {
    display: flex;
    flex-wrap: wrap;
    justify-content: center;
}
.tab_content_inner {
    font-size: 30px;
    text-align: center;
}
.tab_content_inner {
    font-size: 30px;
    text-align: center;
    max-width: 1120px;
    margin: auto;
}
.video_tab_label {
    font-size: 18px;
    max-width: 220px;
    text-align: center;
    margin-left: auto;
    margin-right: auto;
    margin-top: 10px;
}
.video_tab_buttons_wrapper {
    max-width: 1460px;
    margin-left: auto;
    margin-right: auto;
    padding-top: 30px;
    padding-bottom: 30px;
}
.tablinks_custom {
    display: flex;
    flex-direction: column;
    position: relative;
    align-items: center;
}
.tabcontent_custom_tabs {
  padding: 20px 20px 40px;
}
.video_tab_buttons_wrapper {
  max-width: 1460px;
  margin-left: auto;
  margin-right: auto;
  padding-top: 30px;
  padding-bottom: 30px;
  border-bottom: 2px solid #F2F2F2;
}
.tablinks_custom_tabs::after {
  content: '';
  position: absolute;
  height: 3px;
  width: 100%;
  background: transparent;
  left: 0;
  right: 0;
  bottom: -32px;
}
.custom_video_section .deferred-media__poster-button {
    background: transparent !important;
}
.video_sec_description.text-center {
    font-size: 26px;
}
.video_sec_header {
    margin-bottom: 30px;
}
.video_sec_header .video-section__title-wrapper {
    margin-bottom: 15px;
}
.custom_video_section {
    box-shadow: 0 13px 50px 8px #D9D8D5E0;
}
.custom_video_section video, .custom_video_section img {
    object-fit: cover;
}
.video_with_tabs_popup_button.desktop_hide {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    transform: unset;
    z-index: 10;
    background-color: transparent;
    display: flex;
    justify-content: center;
    align-items: center;
    cursor: pointer;
}
.video_tab_svg_wrapper {
    max-width: 50px;
    max-height: 50px;
    position: relative;
}
.video_tab_svg_wrapper img {
    width: 100%;
    height: auto;
}
.tablinks_custom_tabs.active .tabs_icon_image {
    opacity: 0;
}
.tablinks_custom_tabs.active .tabs_icon_image_active {
    opacity: 1;
}
.tabs_icon_image_active {
    position: absolute;
    top: 0;
    left: 0;
    bottom: 0;
    right: 0;
    width: 100%;
    height: 100%;
    opacity: 0;
}
.video_tab_buttons_wrapper_inner {
    -ms-overflow-style: none;
    scrollbar-width: none;
}
@media(max-width: 960px) {
    .tablinks_custom {
        padding: 15px 0;
        width: 50%;
    }
    .tab {
        flex-wrap: wrap;
    }
    .tab_content_inner {
        font-size: 16px;
    }
    .video_tab_label {
        font-size: 14px;
    }
    .video_tab_svg_wrapper {
        max-width: 44px;
    }
    .video_tab_buttons_wrapper {
        flex-wrap: nowrap;
        justify-content: flex-start;
        gap: 15px;
        border-color: transparent;
    }
    .video_tab_buttons_wrapper_inner {
        overflow-x: scroll;
    }
    .video_tab_buttons_wrapper_outter {
        position: relative;
        margin-left: -15px;
        margin-right: -15px;
    }
    .tablinks_custom {
        min-width: 150px;
    }
    .tabcontent_custom_tabs {
        padding: 15px 15px 25px;
    }
    .video_sec_description.text-center {
        font-size: 14px;
    }
    .custom_video_section {
        padding-top: 15px !important;
        overflow: hidden;;
    }
    .video_tab_buttons_wrapper {
        padding-top: 10px;
    }
    .video_mobile_title {
        margin-top: 25px;
        font-weight: 900;
    }
    .custom_video_section .deferred-media {
        min-height: 400px;
    }
    .video_tab_buttons_wrapper_outter::after {
        content: '';
        position: absolute;
        right: 0;
        top: 0;
        bottom: 0;
        background: linear-gradient(90deg, rgba(217, 216, 213, 1) 0%, rgba(0, 0, 0, 0) 100%);
        width: 50px;
        transform: rotate(180deg);
        pointer-events: none;
    }
    .video_tab_buttons_wrapper_outter::before {
      position: absolute;
      content: '';
      bottom: 0px;
      right: 0;
      left: 0;
      height: 2px;
      background: white;
    }
}
.custom_video_section_outter {
    margin: 0 auto;
}
@media(max-width: 750px){
    .tab_content_inner {
        font-size: 12px;
    }
}
@media(min-width: 961px){

    .custom_video_section {
        padding-left: 0;
        padding-right: 0;
        background: transparent !important;
        max-width: 1400px;
    }
    .custom_video_section_outter {
        padding-left: 30px;
        padding-right: 30px;
    }
    .video_tab_buttons_wrapper_inner {
        padding-left: 15px;
        padding-right: 15px;
    }
    .video-section.custom_video_section.page-width .video_with_tab-tabs  {
        padding-left: 5%;
        padding-right: 5%;
    }
    .video_popup_trigger_button.desktop_hide {
        display: none !important;
    }
    .video-section__media {
        padding-bottom: 50.25% !important;
    }
}


/* Responsiveness */


@media (min-width: 1240px) {
    .custom_video_section_outter {
        /* max-width: 1150px; */
    }
}

@media (min-width: 1240px) and (max-width: 1440px) {
    .tab_content_inner {
        font-size: 26px;
    }
    .custom_video_section_outter {
        max-width: 1150px;
    }
}

@media (min-width: 960px) and (max-width: 1240px) {
    .tab_content_inner {
        font-size: 22px;
    }
    .video_tab_label {
        font-size: 16px;
    }
    .custom_video_section_outter {
        max-width: 960px;
    }
}

@media (min-width: 768px) and (max-width: 960px) {
    .tab_content_inner {
        font-size: 16px;
    }
    .video_tab_label {
        font-size: 14px;
    }
}

@media (max-width: 768px) {
    .tab_content_inner {
        font-size: 12px;
    }
}