/* iPad in landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) and (orientation : landscape) {
   html body { 
            font-size: 18px; 
            line-height: 1.7;
        }
        body h2 {
            font-size: 50px;
            line-height: 60px;
            font-weight: 800 !important;
        }
         body .cover100 {
             background-size: 100% !important; 
         }
                 body h1.h1-big {
                     font-size: 80px;
                     line-height: 1;
                 }
}

/* iPad in portrait & landscape */
@media only screen and (min-device-width : 768px) and (max-device-width : 1024px) {
    main{
        width: 100%;
        overflow: hidden;
    }
    .btp0{bottom: 0 !important;
    }
    
    .col-md-8{
            -ms-flex: 0 0 58.333333%;
            flex: 0 0 58.333333%;
            max-width: 58.333333%;
        }
    .i2023{
        object-fit: cover;
    }
    .cover100{background-size: 100% !important;
        max-height: 50vh;
    }
    
    body h1.h1-big {
        font-size: 60px;
        line-height: 1;
    }
    body video{
        width: auto !important;
    }
    .videoHero {
        position: absolute;
        width: 100% !important;
        height: 100vh !important;
        left: 0 !important;
        top: 0 !important;
        overflow: hidden;
        border-radius: 0px !important;
    }
        .border-radius-2rem {
            margin: 0 15px !important;
            width: auto;
        }
    .off_xs__h250 {
        max-height: 100vh !important; 
    }
    body h1.h1-big2 {
        font-size: 65px;
        line-height: 1;
    }
    .mb-xs-20{margin-bottom: 20px !important;}
    .mb-xs-60{margin-bottom: 60px !important;}
    body .videoContainer{
        max-width: 100%;
        max-height: 392px;
    }
    body .videoContainer3{
        width: 100% !important;
        height: 350px !important;
    }
        html body {
            font-size: 16px;
            line-height: 1.6;
        }
    body section{
        overflow: hidden !important;
    }
    body p.lead{
        font-size: 18px;
        line-height: 1.2;
        font-weight: 800 !important;
    }
    #run___title_bg_effect_2 .col-md-8{
        margin-bottom: 20px !important;
    }
    body .three--circles li{
        position: initial !important;
        margin-bottom: 20px;
    }
    .three--circles{
        height: auto !important;
    }
    .box_bg_green h2 {
        font-size: 23px;
        line-height: 1.4;
    }
    body .box_bg_green { 
        padding: 50px 15px;
    }
    body h3 {
        font-size: 18px;
        line-height: 34px !important;
    }
    body .w_bar_100 { 
        padding: 0px 0px; 
    }
    body .signature1 {
        position: absolute;
        width: 70%;
        right: 2%;
        bottom: -28%;
    }
    body .gop {
        color: white;
        font-weight: 800;
        font-size: 16px;
        border: 3px solid #EACC82;
        padding: 16px 45px;
        border-radius: 100px;
        display: inline-block; 
        width: 100%;
        text-align: center;
        margin-top: 140px
    }
    body .container__videoBgB {
        margin-bottom: 0 !important;
        max-height: 100vh;
    }
    .opaX{
        opacity: 1 !important;
    }
    .bg__wd{
        background-position: 50% 50% !important;
        max-height: 60vh;
    }
    .col-xs-4 {
        -ms-flex: 0 0 33.333333%;
        flex: 0 0 33.333333%;
        max-width: 33.333333%;
    }

    body .center_info li {
        text-align: center;
        margin-bottom: 10px;
    }
    body .center_info li img {
        width: 30px;
        display: block;
        margin: auto auto 5px auto;
    }
    body .totalgiving {
        background: #163E3C;
        border-radius: 200px;
        display: inline-block;
        padding: 20px 40px;
        color: #BDDBD9;
        font-size: 2pc;
        font-weight: bold;
        width: 100%;
    }
        .w-60 {
            min-width: 100%;
        }
}