﻿<pre>*{
	margin: 0;
	padding: 0;
}

body{
	background: #cccbc9;}
    .auto-style1 {font-family: Arial, Helvetica, sans-serif; text-align: left; color: #FFFFFF; font-size: 30px;}    
    .auto-style2 {font-family: Arial, Helvetica, sans-serif;}
    .auto-style4 {width: 60%; margin: 0px 0px 0px auto;}
    .auto-style5 {border-width: 0px;}
    .auto-style6 {font-size: x-large}
	
	
.row{	
	display: flex;
	align-items: center;
	flex-wrap_ wrap;}

	
.play-btn{
	width: 60px;
	position: absolute;
	left: 50%;
	top: 50%;
	transform: translate(-50%,-50%);
	cursor: pointer;<br><br>}

		
.video-player{
	width: 60%;
	position: fixed;
	left: 50%;
	top: 60%;
	transform: translate(-50%,-50%);
	display: none;
	box-shadow: 10px 10px 30px #555;
}

	
video:focus{	
	outline: none;}
	

.close-btn{
	position: absolute;
	top: 10px;
	right: 10px;
	width: 30px;
	cursor: pointer;}
	