media-album-screen .media-scroller {
    padding: 10px;
}
media-album-screen .media-scroller:focus {
    background-color: black;
    border: none !important;
    box-shadow: inset 0 0 0 10px rgba(255, 255, 255, 1);
}

media-album-screen .media-album-picture {
    width: 100%;
    height: 100%;
    background-size: contain;
    background-repeat: no-repeat;
    background-position: center center;
}

media-album-screen .media-caption {
    background-color: rgba(0, 0, 0, 0.55);
    color:            rgba(255, 255, 255, 1);
    padding:          20px;
    text-align:       center;
}

media-album-screen page-title {
    margin-bottom: 0;
}

media-album-screen page-title > ng-transclude {
    flex-direction: column;
    justify-content: stretch;
    align-items: initial;
}

media-album-screen .no-results {
    padding-top: 20px;
}

media-album-screen .page-info {
    display: flex;
    justify-content: space-between;
}

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

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