#video{	float: left;	width: 100%;	height: 560px;	background-color: #999999;	background-image: url("vid-bg.jpg");	background-size: cover;	background-position: center center;	position: relative;}#video a{	width: 437px;	height: 86px;	border: 2px solid white;	display: block;	position: absolute;	left: 50%;	top: 50%;	font-size: 32px;	font-family: regsb, Arial, Helvetica, sans-serif;	text-decoration: none;	color: white;	text-align: center;	padding-left: 82px;	padding-top: 21px;	letter-spacing: 0.09em;		-moz-transform: translateX(-50%) translateY(-50%);	-webkit-transform: translateX(-50%) translateY(-50%);	-o-transform: translateX(-50%) translateY(-50%);	-ms-transform: translateX(-50%) translateY(-50%);	transform: translateX(-50%) translateY(-50%);}#video a::before{	display: block;	content: "";	height: 100%;	width: 82px;	position: absolute;	left: 0px;	top: 0px;	border-right: 2px solid white;	background-image: url("vid-icon.svg");	background-repeat: no-repeat;	background-position: calc(50% + 2px) center;	background-size: 18px;}#video a:hover{	background-color: white;	color: black;	mix-blend-mode: lighten;}#video a:hover::before{	background-image: url("vid-icon2.svg");	border-right: 2px solid black;}video{	float: left;	width: 100%;	height: 560px;	background-color: black;	object-fit: cover;	display: none;}@media screen and (max-width: 600px){	#video,	video	{		height: 400px;	}}@media screen and (max-width: 490px){	#video a	{		width: 260px;		height: 56px;		font-size: 18px;		padding-left: 56px;		padding-top: 15px;	}		#video a::before	{		width: 56px;		background-size: 10px;	}}@media screen and (max-width: 450px){	#video,	video	{		height: 260px;	}}