/* 
 This CSS file is used to override the existing styles of the theme.
 You can change the article headings, fonts, colors, etc.
*/

body {
    font-family: 'Roboto', sans-serif;
}

.video {
    width: 100%;
    height: 100%;
    justify-content: center;
    display: flex;
    flex-direction: column;
    align-items: stretch;
    padding-top: 44px;
    padding-bottom: 44px
}

.video video {
    max-width: 100%;
    max-height: 100%
}

.pswp__caption__center {
    text-align: center;
    z-index: 0
}

#tags a:hover {
    opacity: .5;
}

.play-button > img {
    max-width: 100%;
    max-height: 100%;
    position: absolute;
    top: 0;
    bottom: 0;
    left: 0;
    right: 0;
    margin: auto;
}