github.com/dahs81/otto@v0.2.1-0.20160126165905-6400716cf085/website/source/assets/stylesheets/_livestream.scss (about)

     1  body.livestream  {
     2    background-color: black;
     3  }
     4  
     5  .livestream-container {
     6    display: block;
     7  }
     8  
     9  
    10  .livestream-video {
    11    display: block;
    12    margin: 0 auto;
    13    max-width: 1000px;
    14  }
    15  
    16  #live-stream-video {
    17    margin-top: 15px;
    18    border: 0 none transparent;
    19    width: 100%;
    20    height: 650px;
    21  
    22    @media (min-width: 1200px) {
    23      height: 650px;
    24    }
    25  
    26    @media (max-width: 992px) {
    27      height: 500px;
    28    }
    29  
    30    @media (max-width: 768px) {
    31      height: 325px;
    32    }
    33  
    34    @media (max-width: 422px) {
    35      height: 225px;
    36    }
    37  }