diff --git a/src/common/Video/styles.less b/src/common/Video/styles.less index 8dcdc26ea..e856c6a27 100644 --- a/src/common/Video/styles.less +++ b/src/common/Video/styles.less @@ -53,13 +53,10 @@ .flex-row-container { display: flex; flex-direction: row; + align-items: stretch; .poster { flex: 1; - display: flex; - align-items: center; - justify-content: center; - align-self: stretch; background-position: center; background-size: cover, auto; background-repeat: no-repeat;