import styled from 'styled-components' /** * Wrapper for the entire player that will take up all available place from the * parent. */ export const MediaStreamPlayerContainer = styled.div` position: relative; width: 100%; height: 100%; `