
/* iPad in portrait */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : portrait) {
    h1{
        font-size: 55px !important
    }

    h1 .rotate2{
        font-size: 45px !important
    }
    .col-11-15inch >div>div{padding:0;}

    .colip12,
    .col-11-15inch ,
    .col-11-15inch >div>div{
        flex: 0 0 100%;
            max-width: 100%;
    }

    .padding-2-half-rem-left,
    .md-padding-15px-left {
        padding-left: 0px;
        padding-right: 0px;
    }
    .ipad-off{display: none}
    .text-xs-left,
    .ipl{text-align: left !important}

    .align-self-end div>a{width: 100%;display: block;margin:0;margin-bottom: 20px}
    .html-video{z-index: 1}
    .video{max-height: 380px}
    .box_white{border:3px solid white;padding:40px 5px !important;display: flex;height: 100%;flex-direction: column;justify-content: end;}

    .row-cols-sm-2.ee>* {
        -ms-flex: 0 0 33.3%;
        flex: 0 0 33.3%;
        max-width: 33.3%;
    }
    .ee .col{border-bottom: 0 !important;border-right: 1px solid black !important}
    .ee .interactive-banners-sub{padding:20px 10px !important; }

    .tobtn a{margin-left: 0 !important}
}


/* iPad in landscape */
@media only screen
and (min-device-width : 768px)
and (max-device-width : 1024px)
and (orientation : landscape) {
    .col-md-10.colip12.col-center{
        flex: 0 0 100%;
            max-width: 100%;
    }
    .title-large {
        font-size: 65px;
        line-height: 90px;
    }
    h4 {
        font-size: 2.55rem;
        line-height: 3.4rem;
    }
    .w-96{text-align: left;}
    .col-lg-4 .btn.btn-link{float: left;}
    .video {
        max-height: 488px;
    }
    .html-video {
        z-index: 2
    }
    .ee .col{border-bottom: 0 !important;border-right: 1px solid black !important}
    .lg-padding-6-half-rem-lr{
        padding-left: 2.5rem;
        padding-right: 2.5rem;
    }
    .feature-box {
        min-height: 580px;
    }
    h1{
        font-size: 65px !important
    }

    h1 .rotate2{
        font-size: 45px !important
    }
}