@media (max-width: 1200px){
    .embed-responsive-16by9 {
        padding-bottom: 76.25%;
    }
    .webinar-interactive .text-center {
        zoom: 0.6;
    }
    .webinar-progress .left {
        grid-template-columns: auto auto !important;
        margin-bottom: 10px;
        width: 100%;
        display: grid;
    }
    .webinar-progress .btn {
        width: 100%;
    }
    .play-bar {
        display: block;
    }
    .webinar-progress .left > div {
        align-self: center;
        align-content: center;
        text-align: center;
        border: 1px solid #06aeb8 !important;
        min-height: 80px;
        display: inline-grid;
        padding: 10px;
        border-radius: 5px;
    }
    @media (max-width: 1200px) {
       .webinar-progress .left .svg-btn,.webinar-progress .left .is-mobile-hidden {
        display: none;
       }  
       
    }
    
    .webinar-progress .counter.active {
        width: fit-content;
        margin: auto !important;
        margin-top: 0px !important;
        margin-bottom: 0px !important;
    }
    .webinar-progress .svg-btn {
        width: 100%;
        display: block;
        position: relative;
    }
    .play-bar.zoom-counter-bar .btn {
        width: 100%;
    }
    body.woocommerce.single-product main .type-product > .summary {
        max-width: 100% !important;
        margin-top: 2em;
    }
    
    body.woocommerce.single-product main .type-product > .summary .product-content-tabs {
        padding: 0px;
    }
}

@media (max-width: 600px) {
    .webinar-progress .left {
        grid-template-columns: auto !important;
    }
}

@media (min-width: 800px) and ( max-width: 991px) {
    body.woocommerce.single-product main .type-product > .summary {
        max-width: 100% !important;
        margin-top: 2em;
    }
    
    body.woocommerce.single-product main .type-product > .summary .product-content-tabs {
        padding: 0px;
    }
}