diff --git a/index.html b/index.html
index a5d9063be..f24aeb54e 100644
--- a/index.html
+++ b/index.html
@@ -168,7 +168,7 @@
-
+
diff --git a/modules/UI/videolayout/RemoteVideo.js b/modules/UI/videolayout/RemoteVideo.js
index 63ccf854f..da84ede7e 100644
--- a/modules/UI/videolayout/RemoteVideo.js
+++ b/modules/UI/videolayout/RemoteVideo.js
@@ -628,7 +628,7 @@ RemoteVideo.prototype.removeRemoteVideoMenu = function() {
RemoteVideo.createContainer = function (spanId) {
let container = document.createElement('span');
container.id = spanId;
- container.className = 'videocontainer videocontainer_remote';
+ container.className = 'videocontainer';
let wrapper = document.createElement('div');
wrapper.className = 'videocontainer__background';