diff --git a/app/style/components/group-video-grid.less b/app/style/components/group-video-grid.less index a8719bef02f..73438f76e0f 100644 --- a/app/style/components/group-video-grid.less +++ b/app/style/components/group-video-grid.less @@ -23,9 +23,9 @@ &__element { position: absolute; + overflow: hidden; width: 50%; height: 50%; - border: solid 2px #fff; &0 { top: 0; @@ -63,8 +63,10 @@ } &-video { - width: 100%; - height: 100%; + min-width: 100%; + min-height: 100%; + margin-left: 50%; + transform: translateX(-50%); } } }