@media (max-width: 768px) {
    .promo-content .promo-text {
        padding: 0 20px 40px 20px;
    }

    .promo-content .promo-text h2 {
        font-size: 2.5rem;
        margin-bottom: 15px;
    }

    .demo-text {
        text-align: center;
        margin-bottom: 40px;
    }

    .gallery-section h5 {
        font-size: 3rem;
        margin-bottom: 0;
    }

    .gallery-grid {
        gap: 30px 0;
    }

    .gallery-description {
        padding: 0;
    }

    .features-section h5 {
        font-size: 3rem;
    }

    a.footer-call-center {
        margin: 20px auto !important;
    }

    footer .footer-info {
        text-align: center;
    }

    .category-banner {
        display: flex;
        flex-direction: column;
        padding-top: 0;
    }

    .category-banner-media img {
        position: relative;
    }

    .category-banner-col.category-banner-media {
        position: relative;
        width: 100%;
    }

    .category-banner-media:before {
        display: none;
    }

    .category-banner span.about {
        margin-top: 40px;
    }

    .category-banner h1 {
        font-size: 3rem;
    }

    section.timeline h3.section-title {
        font-size: 3rem;
    }

    section.timeline {
        padding-top: 80px;
        padding-bottom: 60px;
    }

    main.skil-product section.product-header {
        padding-top: 55px;
        padding-bottom: 80px;
    }

    main.skil-product section.product-header h1.titile {
        font-size: 48px;
    }

    main.skil-product section.product-header span.sku {
        font-size: 32px;
    }

    .p-content h1.section-title {
        font-size: 32px;
        margin: 12px 0;
    }

    section.product-navigation {
        padding: 24px 0;
    }

    nav.productt.nav {}

    section.product-navigation nav.productt.nav ul {
        flex-direction: column;
        display: flex;
        align-items: flex-start;
        gap: 12px;
    }

    section.carousel {
        padding-bottom: 48px;
    }

    .post-row {
        padding-bottom: 48px;
    }

    section.pwrcore h1.section-title {
        font-size: 48px;
        margin: 12px 0;
    }

    section.pwrcore {
        padding-bottom: 48px;
    }

    main.skil-product section.product-details {
        padding-top: 56px;
        padding-bottom: 36px;
    }

    .widget-box .title.font-heading {
        font-size: 36px;
    }

    .widget-box {
        margin-bottom: 32px;
        padding-bottom: 32px;
    }

    section.docs .files-accordion-content {
        margin-top: 82px;
    }

    section.docs ul li a {
        text-wrap: auto;
        text-align: left;
        display: flex;
        align-items: center;
        gap: 8px;
    }

    section.docs ul li a svg {
        flex-shrink: 0;
        display: flex;
        margin-left: -8px;
    }

    section.docs {
        padding-bottom: 80px;
    }

    nav#navbar_top {
        margin-top: 0 !important;
    }

    div#megamenu {
        height: 100%;
        overflow: scroll;
        padding-top: 24px;
        padding-bottom: 80px;
    }

    div#megamenu div#suubcontent div.submenu.active {
        display: flex;
        flex-direction: row;
        flex-wrap: wrap;
        gap: 24px;
    }

    section.product-list .sidebar {
        background: #fff;
        padding: 24px;
        padding-top: 0;
        display: none;
        margin-bottom: 24px;
        overflow: hidden;
    }

    a.sidebarmobile {
        color: initial;
        gap: 12px;
        align-content: center;
        align-items: center;
        background: #fff;
        padding: 12px 24px;
    }

    a.sidebarmobile.margin {

        margin-bottom: 24px;
    }

    section.product-list .sidebar.performance-badge {
        padding: 0;
    }

    section.product-list .sidebar .widget ul {
        overflow: hidden;
    }

    section#search_section {
        padding: 0;
        padding-bottom: 60px;
    }
}

@media  screen and (max-height: 700px) {
   .video-banner-content {
    padding-bottom: 30px;
    padding-top: 30vh;
}

.video-banner-content h1 {
    font-size: 8rem;
}
}
