﻿video {
	max-width: 100%;
}

.pip {
	position: fixed;
	bottom: 20px;
	right: 20px;
	box-shadow: 5px 10px 20px rgba(0,0,0,.2);
	width: 400px;
    height: 295px;
}
.pip-close {
	position: fixed;
	bottom: 320px;
	right: 20px;
	box-shadow: 5px 10px 20px rgba(0,0,0,.2);
	width: auto;
	background-color:black;
	color:white !important;
	padding:5px;
	display:inline;
	border:none;
}

.help-button{
	border: none;

}
