<html><head><meta name="color-scheme" content="light dark"></head><body><pre style="word-wrap: break-word; white-space: pre-wrap;">#slider {
	overflow: hidden;
}
video{
  position: relative;
  width: 100%;
  height: auto;
}
@media all and (max-width: 1199px){
	video{
	  display: none;
	}
	#big-video{
		max-height: 680px;
	    min-height: 580px;
	    position: relative;
	    width: 100%;
	    background-position: center center;
	}
	
}</pre></body></html>