﻿
/* Video
-----------------------------------------------------------------*/

#video {
    position: relative;
    width: 100%;
    overflow: hidden;
    height: 80%;
    padding-bottom: 37%;
    max-height: 690px;
}

    #video .container {
        position: relative;
        height: 80%;
    }

/* Video Overlay
-----------------------------------------------------------------*/

.video-wrap {
    overflow: hidden;
    width: 100%;
    height: 100%;
    position: relative;
}

    .video-wrap video {
        position: relative;
        z-index: 1;
        width: 100%;
    }

.video-overlay {
    position: absolute;
    width: 100%;
    height: 100%;
    top: 0;
    left: 0;
    z-index: 5;
    background: transparent url('images/grid.png') repeat;
    -webkit-backface-visibility: hidden;
}


.section .video-wrap {
    position: absolute;
    width: 100%;
    height: 100%;
    z-index: -1;
    top: 0px;
    left: 0px;
}




@media (max-width: 1440px) {
    #video {
        padding-bottom: 43%;
    }
}

@media (max-width: 1280px) {
    #video {
        padding-bottom: 43%;
    }
}

@media (max-width: 1024px) {
    #video {
        padding-bottom: 50%;
    }
    .pinkas#yad .centered-div{
        top: 165px;
    }
}
@media screen and (min-width: 800px) and (max-width: 1024px) {
    .pinkas #video {
        padding-bottom: unset;
    }
}

@media (max-width: 998px) {
    #video {
        padding-bottom: 115%;
    }

    #video {
        background: url('/National_Library/oe_/https://www.nli.org.il/src/assets/images/ManuScript/bg_tablet.jpg') no-repeat;
        background-size: 100% auto;
        background-position: 0 65px;
    }

    video {
        display: none
    }
}

@media (max-width: 769px) {
    section.results_section .search-filter.row {
        height: auto;
    }


    .results_section .main .container {
        margin-top: -10px;
    }

    #video .ms-webpart-zone.ms-fullWidth {
        display: none;
    }

    #video {
        background: url('/National_Library/oe_/https://www.nli.org.il/src/assets/images/ManuScript/Movie_Homepage.png') center center no-repeat;
        /*background-size: 100%;*/
    }


    .general #inner #inner-header .inner-header h1 {
        margin-top: 0;
    }

    section#donors .FJMS_donors {
        padding-left: 0px;
        padding-right: 0px;
    }



    .master-manu .logo_sifria-mob img {
        margin-right: 12% !important;
    }
}
