<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">.footer {
    background-color: #FFFFFF;
    line-height: 20px;
    position: fixed;
    height: 60px;
    bottom: 0;
    width: 100%;
}
.video-responsive{
    overflow:hidden;
    padding-bottom:56.25%;
    position:relative;
    height:0;
}

.video-responsive video{
    left:0;
    top:0;
    height:100%;
    width:100%;
    position:absolute;
}

.hidden{
    display:none;
    visibility:hidden;
}

.btn{
    color:  #BBA756;
    border-color:  #BBA756;
}

/*
video#video1 {  
    position: fixed; right: 0; bottom: 0; min-width: 100%; min-height: 100%; width: auto; height: auto; z-index: -100;
     background: url(polina.jpg) no-repeat; 
     background-size: cover;  }
*/</pre></body></html>