﻿mf-video-p-2-p {
	text-align: center;
    display: -webkit-box;
	width: 100%;
	padding: 10px;
	background: rgb(0,0,0);
    height: auto;
    max-height: 100%;
}
.mf-video-p-2-p {
	width: 100%;
	border: 5px solid rgb(40, 45, 50);
    height: auto;
	padding: 5px;
	text-align: center;
	position: relative;
    display: block;
    max-height: 100%;
    padding-top: 110px;
}
.mf-video-p-2-p button{
	background-color: #1f78b1;
	border: 0;
	color: rgb(250, 250, 250);
	padding: 5px 15px;
}
mf-video-p-2-p video,
mf-video-p-2-p > div > div {
	object-fit: fill;
    /*height: 100%;*/
    width: auto;
    max-width: 280px;
	display: inline-block;
    max-height: 100%;
}
mf-video-p-2-p #localVideo {
    /*width: 100px;*/
    height: 100px;
    margin-top: -110px;
}

