<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">@charset "utf-8";
/* CSS Document */
#videobackground {
    position: fixed;
	background-color:#333;
	margin-top:100px;
    top: 50%;
    left: 50%;
    min-width: 100%;
    min-height: 100%;
    width: auto;
    height: auto;
    z-index: -100;
    -webkit-transform: translateX(-50%) translateY(-50%);
    transform: translateX(-50%) translateY(-50%);
    /*background: url(polina.jpg) no-repeat;
    background-size: cover;*/
}
.container h1 {
  color: white;
}

.home-pattern {
	height:100%;
	position:absolute;
	width:100%;
	z-index:1;
	left:0;
	bottom:0;
	background-image:url(../images/slider-overlay.png);
	background-repeat:repeat;
	opacity:0.2;
}

.overlay {
  position: absolute;
  top: 0;
  left: 0;
  height: 100%;
  width: 100%;
  background: url(../images/slider-overlay.png) repeat;
}

@media (max-width: 576px) {
	#videobackground {
		margin-top:50px;
	}
}

</pre></body></html>