
.panel
{
    border:none !important;
}

 #div1
{
    background: url(https://www.saarmagal.com/fullscreen1-Small.gif) no-repeat center center;
    -webkit-background-size: cover;
    -moz-background-size: cover;
    -o-background-size: cover;
    background-size: cover;
}

.fullmovie
{
        width: 100%;
        height: 100%;
        position: absolute;
        left: 0;
        top: 0;
        z-index: 1;

}


.panel {
    position: relative;
    overflow: hidden;
    background-color: transparent;
}





.panel .fullmovie .vid {
    position: absolute;


    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -ms-transform: translateX(-50%) translateY(-50%);
    -moz-transform: translateX(-50%) translateY(-50%);
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    background: url(polina.jpg) no-repeat;
    background-size: cover; 


}
video {
   object-fit: contain;
}



@media (min-width:769px)
{
    
    .panel .fullmovie .title
    {
        position: absolute;
        top:30px;
        left:100px;
        font-size:22px;
        font-weight:normal;
    }


    .panel .fullmovie .aboutText
    {
        position: absolute;
        bottom:30px;
        right:60px;
        font-size:18px;
        width:320px;
        max-width:40%;

        background-color:rgba(80,69, 82 , 0.6);
        padding:20px 60px;
    }

    
    .news-panel
    {
        
         -webkit-background-size: cover !important ;
         -moz-background-size: cover !important ;
         -o-background-size: cover !important ;
         background-size: cover !important ;
    }
    
    .news-panel>div
    {
        width:80%;
        max-width:1000px;
        text-align:left;
        margin:0 auto;
        margin-top:30px;
        margin-bottom:40px;
    }

}

@media (max-width:768px)
{
    .news-panel
    {
        height:auto !important;
        padding:10px;
    }
     .panel .fullmovie .title,.panel .fullmovie .aboutText
     {
         margin:10px;
     }
}