.overwrite_resources-tabs-wrapper-h1-RequestDemo{
    margin-bottom: 0px !important;
}

#calendly_schedule_demo{
    padding-bottom: 100px;
}

.schedule_demo_height{
    position: relative !important;
    overflow: hidden !important;
    padding-top: 56.25%;
    
}

.schedule_demo_height iframe{         position: absolute;
    top: 0;
    left: 0;
    width: 100%;
    height: 100%;
    border: 0;   
 }


   @media (max-width: 767px) {
        .schedule_demo_height{                        
            height: 1220px;
        }
        .schedule_demo_height iframe{
            height: 100%;
            overflow: hidden !important;
        } 
        #calendly_schedule_demo{
            padding-bottom: 0px;
        }
    } 

    @media (max-width: 1024px) { /*Ipad & IPAD PRO*/
        .schedule_demo_height{                        
            height: 1250px;
        }
        .schedule_demo_height iframe{
            height: 100%;
            overflow: hidden !important;
        } 
        
    } 