@@ -37,6 +37,7 @@ export default {
align-items: center;
.video-box {
width: 50%;
+ height: 50%;
position: relative;
.close-icon {
position: absolute;
@@ -46,6 +47,8 @@ export default {
}
.video {
width: 100%;
+ height: 100%;
+ background-color: #000000;