
@media only screen and (min-device-width: 768px) and (max-device-width: 1024px) {
    .s4-workspaceTablet {
        width: 100% !important;
    }

    #s4-bodyContainer {
        padding: 0px 6px;
    }

    .NavText {
        width: 100% !important;
    }

    .div-slider-main .owl-item .itemImage {
        width: calc(100% - 414px) !important;
    }

    .s4-workspaceTablet .div-todayInknesset-main .todayInknessetContainer .todayInknessetContainerCellCommittee {
        width: 67%;
    }

    .s4-workspaceTablet .div-todayInknesset-main .todayInknessetContainer .todayInknessetContainerPlenum {
        width: initial !important;
    }

    .s4-workspaceTablet .TopBarDate {
        width: 100% !important;
    }

    .s4-workspaceTablet .pl-div-inner {
        width: 100% !important;
    }

    .s4-workspaceTablet table[id$='tblBreacCrumb'] {
        width: 100% !important;
    }


    .FooterBGTablet .FooterMainDiv table > tbody > tr > td > table {
        width: 100% !important;
    }
}

@media screen and (orientation: portrait) and (max-device-width: 968px) {
    .div-slider-main {
        width: 968px;
    }

        .div-slider-main .owl-carousel .owl-nav .owl-next {
            left: 949px;
        }
}
