video-screen media-viewer {
    margin: 0 10px 0 10px;
    width: initial;
    flex-grow: 1;
}

video-screen media-viewer:focus {
    background-color: black;
}

video-screen ion-content.no-padding.scroll-content.ionic-scroll.youtube-playing {
    position: absolute;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
}

video-screen .go-big {
    position: fixed;
    height: 100%;
    width: 100%;
    top: 0;
    left: 0;
    z-index: 1000;
}
