diff --git a/dashboard-ui/css/mediaplayer-video.css b/dashboard-ui/css/mediaplayer-video.css
index 6e470c85a9..3dec7de764 100644
--- a/dashboard-ui/css/mediaplayer-video.css
+++ b/dashboard-ui/css/mediaplayer-video.css
@@ -26,6 +26,15 @@
height: auto;
}
+.videoCanvas {
+ background-color: #000;
+ position: fixed;
+ top: 200px;
+ bottom: 200px;
+ left: 200px;
+ right: 200px;
+}
+
.videoControls {
padding: 0 .5em;
background-color: rgba(0, 0, 0, .8);
diff --git a/dashboard-ui/myprofile.html b/dashboard-ui/myprofile.html
index 0483f52567..a06f00f6f1 100644
--- a/dashboard-ui/myprofile.html
+++ b/dashboard-ui/myprofile.html
@@ -53,8 +53,68 @@
+
+
+